Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Cannot Reproduce
-
Affects Version/s: 10.3.7
-
Fix Version/s: 10.3.16
-
Component/s: Data types
-
Environment:Windows 10
Description
Repro: try a LEAD(field, 1) or LAG(field, 1) OVER(), where field is text, not number --> the result will likely be some BINARY data, instead of some legit text field values, as expected.