G
Gina L. Hernandez
Could somebody tell me what is the syntax for reading the name of a tabla
from a variable??. For example
declare @tabla varchar(10)
set @tabla = 'prompts'
select *
from @tabla
Thanks
from a variable??. For example
declare @tabla varchar(10)
set @tabla = 'prompts'
select *
from @tabla
Thanks