Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: to_number question
> -----Original Message-----
> You were assuming that the filter would
> be applied
> before the function, but you can not assume that, you have to
> explicitly
> request it.
I believe the purpose of the subquery was to "request it". The function was being applied to data that was not in the subquery. If this is part of the laws of SQL processing, "then the law is an ass". I'm more inclined to say that this is a bug. If you have an example of "request it" that you think is correct and shows mine to be wrong, I would be most interested in it.
> Just as you can not assume that the resultset is
> returned in a
> particular order, you have to explicitly request it with an
> "order by" clause.
I would be most interested to see how an "order by" would fix this situation.
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Thu Jul 15 2004 - 07:04:52 CDT