Skip to content

Instantly share code, notes, and snippets.

@dcolish
Created September 7, 2012 04:44
Show Gist options
  • Select an option

  • Save dcolish/3663240 to your computer and use it in GitHub Desktop.

Select an option

Save dcolish/3663240 to your computer and use it in GitHub Desktop.
sqlite> .headers on
sqlite> select id as meh, value as omg from bar;
meh omg
---------- ----------
1 hello
2 world
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment