Yurttas/PL/DBL/oracle/F/02/Movie/profit.sql

From ZCubes Wiki
Revision as of 23:26, 4 November 2013 by MassBot1 (talk | contribs) (Created page with "<syntaxhighlight lang="sql" line start="1" enclose="div"> REM REM REM profit.sql REM REM BEGIN Profit(50,100); END; / </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
 1REM
 2REM
 3REM profit.sql
 4REM
 5REM
 6
 7BEGIN
 8
 9  Profit(50,100);
10
11END;
12/