Skip to content

Instantly share code, notes, and snippets.

@KentarouKanno
Last active August 11, 2016 23:52
Show Gist options
  • Save KentarouKanno/ccbad65dfb9c3f611ce20f4093953ba5 to your computer and use it in GitHub Desktop.
Save KentarouKanno/ccbad65dfb9c3f611ce20f4093953ba5 to your computer and use it in GitHub Desktop.
SQLite

SQLite

★ Auto incrementをリセットする

delete from sqlite_sequence where name='TABLE_NAME';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment