Solved
Use table name as parameter for SQL command and SQL query
Hi,
How to use table name as parameter in Database thing for SQL command and query ?
I tried something like : select * from [[tableName]], but it doesn't work.
Regards,
Sean
Hi,
How to use table name as parameter in Database thing for SQL command and query ?
I tried something like : select * from [[tableName]], but it doesn't work.
Regards,
Sean
Try this instead: select * from <<tableName>>
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.