Yurttas/PL/DBL/postgres/F/01/PC/c-all.sql

Revision as of 23:47, 4 November 2013 by MassBot1 (talk | contribs) (Created page with "<syntaxhighlight lang="sql" line start="1" enclose="div">β†’β€ŽREM REM c-all.sql REM REM Create PC database tables. REM: SELECT current_schema(); SET search_path to "pc"; \i ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision β†’ (diff)
 1/*
 2REM
 3REM c-all.sql
 4REM
 5REM Create PC database tables.
 6REM
 7*/
 8
 9SELECT current_schema();
10SET search_path to "pc";
11
12\i Product-cre.sql
13
14\i PC-cre.sql
15
16\i Laptop-cre.sql
17
18\i Printer-cre.sql