Yurttas/PL/DBL/mysql-f-2010/01/PR/00/P-ins.sql

From ZCubes Wiki
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');