Skip to content

Instantly share code, notes, and snippets.

@DustyReagan
Created March 14, 2011 05:19
Show Gist options
  • Save DustyReagan/868812 to your computer and use it in GitHub Desktop.
Save DustyReagan/868812 to your computer and use it in GitHub Desktop.
drop table if exists temp_twitter_ids;
create temporary table temp_twitter_ids (`twitter_id` int(10) unsigned);
insert into temp_twitter_ids (`twitter_id`) values (2608911);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment