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

From ZCubes Wiki
Jump to navigation Jump to search
 1/*
 2REM
 3REM
 4REM R-ins.sql
 5REM
 6REM
 7*/
 8
 9\. set-db.sql
10
11INSERT INTO R
12  VALUES('a1', 'b1', 1);
13
14INSERT INTO R
15  VALUES('a2', 'b2', 2);
16
17INSERT INTO R
18  VALUES('a2', 'b3', 3);