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
Hi everyone, I was wondering if anyone experienced random cast query syntax depending on the order of a JOIN clause or WHERE clause comparison.
For example Table1.field == Table2.field is interpreted as Table1.field = CAST(Table2.field) but if I reverse to Table2.field == Table1.field then it's interpreted correctly as Table1.field = Table2.field in query syntax.
The text was updated successfully, but these errors were encountered:
Hi everyone, I was wondering if anyone experienced random cast query syntax depending on the order of a JOIN clause or WHERE clause comparison.
For example Table1.field == Table2.field is interpreted as Table1.field = CAST(Table2.field) but if I reverse to Table2.field == Table1.field then it's interpreted correctly as Table1.field = Table2.field in query syntax.
The text was updated successfully, but these errors were encountered: