Skip to content

Instantly share code, notes, and snippets.

@absynthe
Last active August 29, 2015 13:57
Show Gist options
  • Select an option

  • Save absynthe/9779961 to your computer and use it in GitHub Desktop.

Select an option

Save absynthe/9779961 to your computer and use it in GitHub Desktop.
CREATE TABLE itunes_tags (
game_id integer,
itunes_id varchar(256),
name varchar(256),
tags varchar(512),
primary key(itunes_id)
);
insert into itunes_tags VALUES(4567 , 568438534, 'Stupid Zombies 2 Free' , 'Games,Entertainment,Action,Arcade');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment