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
For a ColumnExpr that isn't a TableColumn, the base SQL backend unconditionally uses the name 'tmp' for the resulting query, rather than retaining the name
For a ColumnExpr that isn't a TableColumn, the base SQL backend unconditionally uses the name 'tmp' for the resulting query, rather than retaining the name
It seems like this should result in
'SELECTint_col+ 3 ASfoo\nFROM simple_table'The text was updated successfully, but these errors were encountered: