summaryrefslogtreecommitdiff
path: root/docs/sql-standards.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sql-standards.md')
-rw-r--r--docs/sql-standards.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/sql-standards.md b/docs/sql-standards.md
index 1242b7d..59443cb 100644
--- a/docs/sql-standards.md
+++ b/docs/sql-standards.md
@@ -21,6 +21,8 @@ Wrong:
```sql
INSERT INTO `creature_loot_template` (3, 884, 0, 40, 1, 1, 0, 1, 1, 'Comment');
+
+REPLACE INTO `creature_loot_template` (3, 884, 0, 40, 1, 1, 0, 1, 1, 'Comment');
```
Correct: