Yurttas/PL/DBL/mssql/F/01/Bank/Depositor-q-all.sql
Revision as of 04:25, 3 November 2013 by MassBot1 (talk | contribs) (Created page with "<syntaxhighlight lang="sql" line start="1" enclose="div">ββREM REM Depositor-q-all.sql REM REM Query Depositor table. REM: SELECT * FROM Depositor; </syntaxhighlight>")
1/*
2REM
3REM Depositor-q-all.sql
4REM
5REM Query Depositor table.
6REM
7*/
8
9SELECT *
10FROM Depositor;