You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select abs(num) from table
,
where Num is declared as integer in sql dialect 1
generate error: "Client SQL dialect 1 does not support reference to BIGINT datatype"
and I need to use cast statement
Submitted by: chedek (chedek2)
Is related to QA342
select abs(num) from table
,
where Num is declared as integer in sql dialect 1
generate error: "Client SQL dialect 1 does not support reference to BIGINT datatype"
and I need to use cast statement
Commits: 7394d60
The text was updated successfully, but these errors were encountered: