INSERT INTO是sql資料庫中的語句,可以用於向表格中插入新的行。
基本介紹
- 外文名:SQL INSERT INTO
- 作用:用於向表格中插入新的行
- 表名稱:VALUES (值1, 值2,....)
- 屬性:函式
語法
LastName | FirstName | Address | City |
---|---|---|---|
Carter | Thomas | Changan Street | Beijing |
LastName | FirstName | Address | City |
---|---|---|---|
Carter | Thomas | Changan Street | Beijing |
Gates | Bill | Xuanwumen 10 | Beijing |
LastName | FirstName | Address | City |
---|---|---|---|
Carter | Thomas | Changan Street | Beijing |
Gates | Bill | Xuanwumen 10 | Beijing |
LastName | FirstName | Address | City |
---|---|---|---|
Carter | Thomas | Changan Street | Beijing |
Gates | Bill | Xuanwumen 10 | Beijing |
Wilson | Champs-Elysees |
做法
- 資料庫的恢復模式設定為簡單或大容量日誌模式。
- 目標表是空或非空堆。
- 複製操作未使用目標表。
- 為目標表指定了 TABLOCK 提示。