程式與日常
PostgreSQL以TRUNCATE刪除多張資料表的全部資料的語法如下。
TRUNCATE
使用TRUNCATE後接要刪除資料的多張資料表名稱。
TRUNCATE table_1, table_2, table_3;
例如下面刪除employee、department、company三張資料表的全部資料。
employee
department
company
TRUNCATE employee, department, company;
張貼留言
沒有留言:
張貼留言