1.2.2.15.Deleting all values in Table - TRUNCATE TABLE

  • 留下table與結構, 只刪除裡面的值

truncate table StudentsBackup1;

Last updated

Was this helpful?