Forum Discussion
SmartBear_Suppo
Alumni
17 years agoI am not sure what you are trying to do with the code you have there, could it be simplified to:
select *
from aTable
where column1 = '777'
and column2 = "'" + ${Properties#theProperty} + "'"
What do you expect the resulting SQL to look like, could you send us an example?
/Nenad
http://eviware.com
select *
from aTable
where column1 = '777'
and column2 = "'" + ${Properties#theProperty} + "'"
What do you expect the resulting SQL to look like, could you send us an example?
/Nenad
http://eviware.com