Skip to content

Instantly share code, notes, and snippets.

@cwarden
Created August 12, 2011 21:42
Show Gist options
  • Select an option

  • Save cwarden/1143085 to your computer and use it in GitHub Desktop.

Select an option

Save cwarden/1143085 to your computer and use it in GitHub Desktop.
{
["GROUP BY"] = {
[1] = "field1";
};
["SELECT"] = {
[1] = "column1";
[2] = "column2";
};
["FROM"] = {
[1] = "table1";
[2] = "table2";
};
["WHERE"] = {
["AND"] = {
[1] = "clause1";
[2] = "clause2";
};
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment