Skip to content

Instantly share code, notes, and snippets.

@aliaspooryorik
Created August 17, 2017 11:47
Show Gist options
  • Select an option

  • Save aliaspooryorik/8f003b3962ccf9892af8e0966e079408 to your computer and use it in GitHub Desktop.

Select an option

Save aliaspooryorik/8f003b3962ccf9892af8e0966e079408 to your computer and use it in GitHub Desktop.
query column as array
var newarray = [];
newarray.addAll(q[colname]);
return newarray;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment