how to declare a table variable with uncertern table structure

L

lyall

hi,all
I have a stored procedure returns a table with uncertern table
structure, and I want to store this table into a table variable, so I have
to declare a table variable with uncertern table structure, how can i do it?

lyall
 
Top