query2report icon indicating copy to clipboard operation
query2report copied to clipboard

how to use data types List ?

Open SaranTst opened this issue 6 years ago • 1 comments

SaranTst avatar Sep 16 '19 04:09 SaranTst

you can use it in following way

select city,min(temp),max(temp) from temperatures where city in {list:city_names} and then you can provide comma separated values as input

yogeshsd avatar Sep 17 '19 05:09 yogeshsd