mysql clone table with structure and indexes


/ Published in: SQL
Save to your folder(s)

clone table with structure and indexes


Copy this code and paste it in your HTML
  1. CREATE TABLE clone_table LIKE original_table;

Report this snippet


Comments


You need to login to view comments.