Menu

Showing posts with label rename table in SQLite3. Show all posts
Showing posts with label rename table in SQLite3. Show all posts

rename table in SQLite3

How to rename table in SQLite3

  • ALTER TABLE old-table-name RENAME TO new-table-name;


Related Posts Plugin for WordPress, Blogger...