Skip to content

Instantly share code, notes, and snippets.

@xoebus
Created February 29, 2012 02:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xoebus/1937020 to your computer and use it in GitHub Desktop.
Save xoebus/1937020 to your computer and use it in GitHub Desktop.
Squeal
customers_table = Table :customers
customers_table_select = select(customers_table, '*')
customers_table_select_limit = order(customers_table_select, 2)
Output customers_table_select_order
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment