Difference between revisions of "Yurttas/PL/DBL/mysql/F/01/00/SPJ/Suppliers-q-all.sql"
Jump to navigation
Jump to search
(Created page with "<syntaxhighlight lang="sql" line start="1" enclose="div">→REM REM Suppliers-q-all.sql REM REM Query Suppliers table. REM: \. set-db.sql SELECT * FROM Suppliers; </syntax...") |
(No difference)
|
Latest revision as of 16:37, 3 November 2013
1/*
2REM
3REM Suppliers-q-all.sql
4REM
5REM Query Suppliers table.
6REM
7*/
8
9\. set-db.sql
10
11SELECT *
12FROM Suppliers;