User:Georgeryp
From Wikibooks, open books for an open world
[edit] TODO
- Source tag issue: <source lang="SQL">SELECT order FROM a_table ORDER BY status</source> capitalizes SQL keywords like ORDER, STATUS, etc without regard to context:
-
SELECT ORDER FROM a_table ORDER BY STATUS
- see also Oracle Programming/10g Advanced SQL