Yurttas/PL/DBL/mysql/F/01/00/PR/02/P-ins.sql
Jump to navigation
Jump to search
1/*
2REM
3REM
4REM P-ins.sql
5REM
6REM
7*/
8
9\. set-db.sql
10
11INSERT INTO P
12 VALUES('a1', 'b1');
13
14INSERT INTO P
15 VALUES('a2', 'b1');
16
17INSERT INTO P
18 VALUES('a3', 'b2');