Subject SELECT FIRST n ...
Author rogervellacott <rvellacott@passfield.co.
We have a reporting utility which inserts run-time parameters into
the text of a query. We find that SELECT FIRST 0 FROM... fails.
This screws up the layout-design part of the utility, which
substitutes run-time parameters with blanks or zeroes.

SELECT FIRST 0 might seem a little crazy, but it is logically
coherent and should simply return an empty result set. Any chance of
allowing it in ver 1.5?