Forum Discussion

Ankit's avatar
Ankit
New Contributor
12 years ago

Problem with executing Sql(LIKE) query using JDBC TestStep

Hi All;

I had used JDBC test step to verify data in the database.
so i had used like query to get some data from the database:
Query Syntax belowI
select * from TABLE_NAME where CUSTOMER=: PARAMETER and MESSAGE like '%PARAMETER1%';
but the query did not execute and throw the SQL exception.please need help how to use like query in SOAP UI with out using groovy script.

Thanks
Ankit
No RepliesBe the first to reply