Hi,
I have a main.sql which have 2 sub sql files like 1.sql and 2.sql which contains select queries.
Now, when I run the main.sql in SQL worksheet, the result for both the files(1.sql and 2.sql) have been outputted in a single text file format which we can save or print.
But I want separate query result window when displaying output for both the files when I execute main.sql.
Can someone help here
Thanks