Multiple sql statements in query manager
-
I can produce multiple sql statements but they do not seem to be in the same session.
I can do
set @table = ‘tablename’;
/
select * from @table
/I get an error on the select, it is not recognizing my session variable.
Is there another way to do this?
I have created a faily complex pickleball ladder system with this kind of query using your data access system.
My queries however were created externally, it would be nice to be able to create them here.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Multiple sql statements in query manager’ is closed to new replies.