diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2022-04-08 18:31:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-08 18:31:31 +0200 |
| commit | 0c15e3f50e2c3ba6dc714b83e5418078f7579a32 (patch) | |
| tree | a4cb99bb49021d619b2a9812dad5523e2eb7889a | |
| parent | 67876d8d8612fee72fa128a5e5e34f65956cba59 (diff) | |
| download | wiki-0c15e3f50e2c3ba6dc714b83e5418078f7579a32.tar.gz wiki-0c15e3f50e2c3ba6dc714b83e5418078f7579a32.tar.bz2 wiki-0c15e3f50e2c3ba6dc714b83e5418078f7579a32.zip | |
Update sql-standards.md
| -rw-r--r-- | docs/sql-standards.md | 2 |
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: |
