Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I was trying to use the tdbrow snowflake component. It won't let me use two SQL statements together separated by a semicolon, ;, but then if I delete the "Use scan" statement it errors out with an error that it needs the Use statement. Scan is the database.
Hi,
tDBRow use JDBC, and based on this answer from Snwoflake - https://support.snowflake.net/s/question/0D50Z00007jT90wSAC/jdbc-multistatementsupport
Multi-statements via JDBC is not on our roadmap today. However, a workaround is to use our Python connector, which does support multiple statements.
The alternative would be to still use JDBC but have the application take care of splitting out individual statements.
so, I think it not possible in case of Snowflake
regards