Difference between revisions of "Yurttas/PL/DBL/mssql/F/01/SPJ/Shipments-q-all.sql"
Jump to navigation
Jump to search
(Created page with "<syntaxhighlight lang="sql" line start="1" enclose="div">→REM REM shipments-q-all.sql REM REM Query shipments table. REM: SELECT * FROM shipments; </syntaxhighlight>") |
(No difference)
|
Latest revision as of 04:41, 3 November 2013
1/*
2REM
3REM shipments-q-all.sql
4REM
5REM Query shipments table.
6REM
7*/
8
9SELECT *
10FROM shipments;