Hai
Can we have the table name as a variable in a cursor
ex.
Cursor c1 is selet * from
and thisis from another table.
Thanks for the help!
Printable View
Hai
Can we have the table name as a variable in a cursor
ex.
Cursor c1 is selet * from
and thisis from another table.
Thanks for the help!
Only way I know is through dynamic SQL. Any other experts ?