Page 1 of 1

Ability to use variables in SQL queries.

Posted: Wed Mar 23, 2011 8:42 am
by tony.tomov
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.

Posted: Thu Mar 24, 2011 5:41 am
by Vladimir
Hello, Tony

Variables in SQL queries used in the same way as parameters:

Code: Select all

SELECT * FROM table1 WHERE {Variable1}
This feature is available with the latest prerelease build.

Thank you.