Skip to content

Instantly share code, notes, and snippets.

@Manuri
Created October 27, 2018 07:23
Show Gist options
  • Save Manuri/6907a1f975ad6b53ca8105a336e76d70 to your computer and use it in GitHub Desktop.
Save Manuri/6907a1f975ad6b53ca8105a336e76d70 to your computer and use it in GitHub Desktop.
table dt = check testDB->select("SELECT FirstName from Customers where registrationID = 1", ResultCustomers);
while (dt.hasNext()) {
ResultCustomers rs = check <ResultCustomers>dt.getNext();
return rs.FIRSTNAME;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment