Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
Could someone please help me through understand, how to run the sequential SQL queries in Thive Row Component?
For Example:
DROP TABLE IF EXISTS abcd.table1;
CREATE TABLE abcd.table1;
Something like this, which we generally do.
Thanks,
Santosh
You could also just store them in a String or context, although depending on size + amount it may be hard to manage
any updates?
Any updates, new workaround?
A think this is a very important topic.
Thanks!