Hello there!! Happy holidays
I inherited a lot of SQL queries that used to be run manually in DBeaver. To run these queries in DBeaver, since no schema was specified, they had the following statement included at the beginning of the code:
ALTER session Set current_schema = schema_name
So, I am trying to run these in Alteryx automatically, but Alteryx is unable to run them.
Is there an easy way for me to include the schema name or another statement like the one above (Alter session...) in Alteryx that would allow me to run the queries?
Thank you so much for any ideas!