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