Skip to content

Instantly share code, notes, and snippets.

@slywalker
Created March 6, 2010 02:40
Show Gist options
  • Save slywalker/323452 to your computer and use it in GitHub Desktop.
Save slywalker/323452 to your computer and use it in GitHub Desktop.
INSERT INTO posts (title, body, created) VALUES ('大阪', 'これは、記事の本文でっせー。', NOW());
INSERT INTO posts (title, body, created) VALUES ('また大阪か', 'そこに本文が続きまんがな。', NOW());
INSERT INTO posts (title, body, created) VALUES ('大阪の逆襲', 'こりゃほんまおもろいで!って、うそやねん〜', NOW());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment