Forum Discussion

Ankit's avatar
Ankit
New Contributor
14 years ago

Passing Parameter In Sql Query

HI;


I can not use parameter in like query using JDBC test step, so can u please look in this.

Sql Query below:

select * from Table_name where customer =:parameter and message like '%hardcodedvalue%'

but i want to pass parameter instead of passing hard coded value.

select * from Table_name where customer =:parameter and message like '%parameter1%'
No RepliesBe the first to reply