tornadoNew Contributor13 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 Hero13 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 Hero13 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 DiscussionsSignature\Encryption tags missing in Security HeaderCVE-2024-7565 and CVE-2017-16670 vulnabilitiesVulnerabilities found in SoapUI 5.9.1
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