Difference between revisions of "Yurttas/PL/DBL/mysql-f-2010/01/Movies/StarsIn-q-all.sql"
Jump to navigation
Jump to search
(Created page with "<syntaxhighlight lang="sql" line start="1" enclose="div">→REM REM StarsIn-q-all.sql REM REM Query StarsIn table. REM: \. set-db.sql SELECT * FROM StarsIn; </syntaxhighli...") |
(No difference)
|
Latest revision as of 02:08, 4 November 2013
1/*
2REM
3REM StarsIn-q-all.sql
4REM
5REM Query StarsIn table.
6REM
7*/
8
9\. set-db.sql
10
11SELECT *
12FROM StarsIn;