Skip to content

Instantly share code, notes, and snippets.

@matoken
Created September 17, 2014 08:00
Show Gist options
  • Save matoken/20d873c75d59d1e1ea33 to your computer and use it in GitHub Desktop.
Save matoken/20d873c75d59d1e1ea33 to your computer and use it in GitHub Desktop.
USE test_utf8;
INSERT INTO test_utf8.moji(id, moji) values( '1', 'あいうえお' );
INSERT INTO test_utf8.moji(id, moji) values( '2', '寿司�sushi' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment