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 team, I've known about how to extract table names from SQL. And I wonder could I get the SQL type (a create table statement/ a drop table statement/...) without catalog. For when I extract table names without setSupportsAllStatementKinds, it throws exception that com.google.zetasql.SqlException: Statement not supported: CreateTableStatement, so I think maybe the SQL statement type could be got without catalog.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi team, I've known about how to extract table names from SQL. And I wonder could I get the SQL type (a create table statement/ a drop table statement/...) without catalog. For when I extract table names without setSupportsAllStatementKinds, it throws exception that
com.google.zetasql.SqlException: Statement not supported: CreateTableStatement
, so I think maybe the SQL statement type could be got without catalog.Thanks in advance.
The text was updated successfully, but these errors were encountered: