Hi all,
$variable = sql('datastore', 'select column from table where xx = yy')
For the above e.g. we can only store a single variable value. How can we store a list of variable value return from the select statement and is it possible to storee more than one column that is return from the sql statement?