Hello,
Thank you for the release.
Could you please point us how to use variables in SQL queries? I'm very interested on this feature.
Thank you.
Kind Regards
Ability to use variables in SQL queries.
-
- Posts: 72
- Joined: Mon Jun 07, 2010 2:39 am
Ability to use variables in SQL queries.
Hello, Tony
Variables in SQL queries used in the same way as parameters:
This feature is available with the latest prerelease build.
Thank you.
Variables in SQL queries used in the same way as parameters:
Code: Select all
SELECT * FROM table1 WHERE {Variable1}
Thank you.