Skip to content

Instantly share code, notes, and snippets.

@pop3xrj
Created October 13, 2009 03:30
Show Gist options
  • Save pop3xrj/208948 to your computer and use it in GitHub Desktop.
Save pop3xrj/208948 to your computer and use it in GitHub Desktop.
create table temp_ivoice ( id integer PRIMARY KEY );
insert into temp_ivoice (id) select DISTINCT(userid) from tblinvoices
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment