Tom Lane <[EMAIL PROTECTED]> writes:

> The spec does require a FROM clause in SELECT (at least as of SQL99, did
> not check SQL2003).  However, it's clearly mighty useful to allow FROM
> to be omitted for simple compute-this-scalar-result problems.  You
> should respond to the Oracle guy that "SELECT whatever FROM dual" is not
> in the standard either (certainly the spec does not mention any such
> table).  

Well you could always create a "dual", it was always just a regular table. We
used to joke about what would happen to Oracle if you inserted an extra row in
it...

Oracle used to always require FROM, if it has stopped requiring it then that's
new. I had heard it had special-cased dual in later versions to avoid the
table access overhead, I suspect these two changes are related.

-- 
greg


---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply via email to