Yurttas/PL/DBL/postgres/F/01/PR/00/R-ins.sql

From ZCubes Wiki
Revision as of 00:50, 5 November 2013 by MassBot1 (talk | contribs) (Created page with "<syntaxhighlight lang="sql" line start="1" enclose="div">→‎REM REM REM R-ins.sql REM REM: SELECT current_schema(); SET search_path to "pr-00"; INSERT INTO R VALUES('a1'...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
 1/*
 2REM
 3REM
 4REM R-ins.sql
 5REM
 6REM
 7*/
 8
 9SELECT current_schema();
10SET search_path to "pr-00";
11
12INSERT INTO R
13  VALUES('a1', 'b1', 1);
14
15INSERT INTO R
16  VALUES('a2', 'b2', 2);
17
18INSERT INTO R
19  VALUES('a2', 'b3', 3);