Skip to content

Instantly share code, notes, and snippets.

@fitorec
Created October 11, 2009 16:44
Show Gist options
  • Save fitorec/207750 to your computer and use it in GitHub Desktop.
Save fitorec/207750 to your computer and use it in GitHub Desktop.
CREATE TABLE emp (
empname text,
salary integer,
last_date timestamp,
last_user text
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment