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
I could not find a way to build queries like: SELECT COL1 FROM VALUES (1, 2) AS T(COL1, COL2)
I was not able to build this query using the sql-statemant-builder as I could not find a way to build part is the AS T(COL1, COL2) part.
The text was updated successfully, but these errors were encountered:
I could not find a way to build queries like:
SELECT COL1 FROM VALUES (1, 2) AS T(COL1, COL2)
I was not able to build this query using the sql-statemant-builder as I could not find a way to build part is the
AS T(COL1, COL2)
part.The text was updated successfully, but these errors were encountered: