![]() |
| ||
| select syntax for variable tablename?? can anyone tell me how to use a variable table name in select syntax?? like..select * from tablename here tablename is a variable name ..i read tht it can be done using dynamic sql..but i am not able to do it..can anyone tell me the code for it...i tried writin a procedure like this.. create procedure vartable(tablename varchar(255) is this right?? or am i doin any syntax or semantic error?? |
| ||
| Re: select syntax for variable tablename?? SET @a = 'table';is same as SELECT * FROM table_name; |
| All times are GMT -4. The time now is 10:54 pm. |
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC