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

Revision as of 00:52, 5 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: SELECT current_schema(); SET search_path to "pr-02"; INSERT INTO P VALUES('a1'...")
(diff) ← Older revision | Latest revision (diff) | Newer revision β†’ (diff)
 1/*
 2REM
 3REM
 4REM P-ins.sql
 5REM
 6REM
 7*/
 8
 9SELECT current_schema();
10SET search_path to "pr-02";
11
12INSERT INTO P
13  VALUES('a1', 'b1');
14
15INSERT INTO P
16  VALUES('a2', 'b1');
17
18INSERT INTO P
19  VALUES('a3', 'b2');