Yurttas/PL/DBL/postgres/F/01/PR/00/R-ins.sql
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);