query2report
query2report copied to clipboard
how to use data types List ?
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