B
Brian Henry
Can you use a paramater for a table name like this
"SELECT * from @tablename;" ?
or would i just have to concatinate the table name in as a normal string
variable? (im trying to make a paramater for an object to be a table name of
where to read data from...
"SELECT * from @tablename;" ?
or would i just have to concatinate the table name in as a normal string
variable? (im trying to make a paramater for an object to be a table name of
where to read data from...