Subject | SELECT FIRST n ... |
---|---|
Author | rogervellacott <rvellacott@passfield.co. |
Post date | 2002-12-17T16:35:23Z |
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?
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?