Skip to Content
0
Former Member
May 10, 2010 at 03:11 PM

Question on Scripting in Data Services

30 Views

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?