Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
drop table if exists foo_temp;
create temp table foo_temp as
select * from mydb.users;
select * from foo_temp;
"query".equals(((String)globalMap.get("tSQLScriptParser_1_STATEMENT_TYPE"))) == false
"query".equals(((String)globalMap.get("tSQLScriptParser_1_STATEMENT_TYPE")))