Created
October 13, 2009 03:30
-
-
Save pop3xrj/208948 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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