Yurttas/PL/DBL/mssql/F/01/Company-A/DeptLocation-q-all.sql

From ZCubes Wiki
Revision as of 04:28, 3 November 2013 by MassBot1 (talk | contribs) (Created page with "<syntaxhighlight lang="sql" line start="1" enclose="div">→‎REM REM DeptLocation-q-all.sql REM REM Query DeptLocation table. REM: SELECT * FROM DeptLocation; </syntaxhighli...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
 1/*
 2REM
 3REM DeptLocation-q-all.sql
 4REM
 5REM Query DeptLocation table.
 6REM
 7*/
 8
 9SELECT *
10FROM DeptLocation;