Yurttas/PL/DBL/mysql/F/01/00/bank/BankOneTwo/Branch-q-all.sql
Revision as of 16:04, 3 November 2013 by MassBot1 (talk | contribs) (Created page with "<syntaxhighlight lang="sql" line start="1" enclose="div">→REM REM Branch-q-all.sql REM REM Query Branch table. REM: \. set-db.sql SELECT * FROM Branch; </syntaxhighlight>")
1/*
2REM
3REM Branch-q-all.sql
4REM
5REM Query Branch table.
6REM
7*/
8
9\. set-db.sql
10
11SELECT *
12FROM Branch;