P
Pat Randall
Is it possible to have a table function in a query? For example,
"Select * from getTableName()". I want to use a function to return the
table name instead of hard coding the table name in the SQL statement.
"Select * from getTableName()". I want to use a function to return the
table name instead of hard coding the table name in the SQL statement.