Originally posted by stecal
I should have been clearer - the way the question was posed, without any where clause that restricts the output, would not and does not work.
Sure it does! Or you should have been clearer again
. Here is an example with no WHERE clause anywhere:
Code:
SQL> select dname, (select dummy from dual) from dept;
DNAME (
-------------- -
ACCOUNTING X
RESEARCH X
SALES X
OPERATIONS X
SQL>
Jurij Modic
ASCII a stupid question, get a stupid ANSI
24 hours in a day .... 24 beer in a case .... coincidence?