tornadoNew Contributor12 years agohow to use a property as a list in sql query?Can someone help me with the below question?for example, I set a property List=[1,2,3] at test case level, but the following sql query will not work:select * from (a table) where id in '${#TestCase#List}', because it will say the data is invalid.how can I make this work?ThanksWen
1 ReplyReplies sorted by Most LikednmraoCommunity Hero12 years agoAssuming that you are using oracle as database.Please try something like (note the braces)select * from (a table) where id in (<your list goes here>);
nmraoCommunity Hero12 years agoAssuming that you are using oracle as database.Please try something like (note the braces)select * from (a table) where id in (<your list goes here>);
Recent DiscussionsSOAPUI 5.9.1 Still Includes Log4j 2.17.1 — When Will an Updated Version Be Released?20 years of SoapUI - Share your storySoapUI 5.9.1 displays "[]" as "<Empty JSON content>"
Related ContentGet a list of all propertiesProperty Transfer Query - Property Expansion Rather Than Transfer?SQL Datasource Prepared Properties using a Property that is a comma separated list