Yurttas/PL/DBL/postgres/F/01/PR/02/RA-V.sql

From ZCubes Wiki
Jump to navigation Jump to search
 1/*
 2REM
 3REM
 4REM RA-V.sql
 5REM
 6REM
 7*/
 8
 9SELECT current_schema();
10SET search_path to "pr-02";
11
12CREATE VIEW RA
13  AS SELECT D, E
14     FROM R;