Dynamic SQL: how to return a value
Hi all
I am going to construct statement which will be running some select statement and I need to return value, in this case just 1 value, into the program.
I know I can insert this value in a table and later select it from there.
Is there any way to avoid creation of table?
Thank you, Gene.