Yurttas/PL/DBL/mysql/F/01/00/PR/02/P-ins.sql

From ZCubes Wiki
Revision as of 16:30, 3 November 2013 by MassBot1 (talk | contribs) (Created page with "<syntaxhighlight lang="sql" line start="1" enclose="div">→‎REM REM REM P-ins.sql REM REM: \. set-db.sql INSERT INTO P VALUES('a1', 'b1'); INSERT INTO P VALUES('a2', ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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');