Difference between revisions of "Yurttas/PL/DBL/mssql/F/01/PC/Product-q-all.sql"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<syntaxhighlight lang="sql" line start="1" enclose="div">→‎REM REM Product-q-all.sql REM REM Query Product table. REM: SELECT * FROM Product; </syntaxhighlight>")
 
(No difference)

Latest revision as of 04:35, 3 November 2013

 1/*
 2REM
 3REM Product-q-all.sql
 4REM
 5REM Query Product table.
 6REM
 7*/
 8
 9SELECT *
10FROM Product;