Yurttas/PL/DBL/oracle/F/01/Movie/q-all.sql

From ZCubes Wiki
Revision as of 23:01, 4 November 2013 by MassBot1 (talk | contribs) (Created page with "<syntaxhighlight lang="sql" line start="1" enclose="div"> REM REM q-all.sql REM REM Find out existing tables/views through system tables. REM SELECT * FROM Tab; </syntaxhighl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
1REM
2REM q-all.sql
3REM
4REM Find out existing tables/views through system tables.
5REM
6
7SELECT *
8FROM Tab;