Forum Discussion

tornado's avatar
tornado
New Contributor
11 years ago

how 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 '${#Tes...