mirror of
https://github.com/Hopiu/django.git
synced 2026-03-23 09:20:25 +00:00
6 lines
256 B
MySQL
6 lines
256 B
MySQL
|
|
INSERT INTO initial_sql_regress_simple (name) VALUES ('John');
|
||
|
|
INSERT INTO initial_sql_regress_simple (name) VALUES ('Paul');
|
||
|
|
INSERT INTO initial_sql_regress_simple (name) VALUES ('Ringo');
|
||
|
|
INSERT INTO initial_sql_regress_simple (name) VALUES ('George');
|
||
|
|
|