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
Tracking issue for full standard-SQL support. The minivm-based engine currently supports SELECT (projection, WHERE, arithmetic, scalar functions, GROUP BY + HAVING, ORDER BY, LIMIT, DISTINCT), two-table INNER JOIN, bind variables, and single-table INSERT/UPDATE/DELETE.
Tracking issue for full standard-SQL support. The minivm-based engine currently supports SELECT (projection, WHERE, arithmetic, scalar functions, GROUP BY + HAVING, ORDER BY, LIMIT, DISTINCT), two-table INNER JOIN, bind variables, and single-table INSERT/UPDATE/DELETE.
Remaining work to reach standard-SQL conformance:
Queries
Expressions and types
DML / DDL / transactions
Engine