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
People using the native engine may write CAST( some AS LONG ) because they used to work with those types - however the sql parser doesn't know that type and returns an error.
Description
It could be handled as an alias to BIGINT
The text was updated successfully, but these errors were encountered:
Motivation
People using the native engine may write
CAST( some AS LONG )
because they used to work with those types - however the sql parser doesn't know that type and returns an error.Description
It could be handled as an alias to
BIGINT
The text was updated successfully, but these errors were encountered: