PDA

Click to See Complete Forum and Search --> : Any idea?


Lafor
Sep 13th, 2000, 04:43 PM
I need to do something like this

select @string = 'My table'
CREATE TABLE @string (vchasd varchar(10) null,
vchfg int null)

where @string is a variable

Has any 1 ever done this?
Can it be done?

Thanks in advance

Lafor
Sep 14th, 2000, 10:29 AM
Thanks

It's resolved...