Skip to content

Commit 23cba66

Browse files
authored
Update duplicate-entry-example.sql
1 parent 084f1f1 commit 23cba66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
INSERT INTO department_copy (id,name,code)
2-
SELECT 1,name,code
1+
INSERT INTO department_copy (id, name, code)
2+
SELECT 1, name ,code
33
FROM department_copy
44
WHERE id = 1;

0 commit comments

Comments
 (0)