Does
anyone know whether one of these two statements is faster?
SELECT
FILE BY SOME.DATE WITH SOME.FIELD = "XXX"
-or-
SELECT
FILE WITH SOME.FIELD = "XXX" BY SOME.DATE
Does
the parser / optimizer (if there is one) do the filter portion of the statement
first regardless of the order that you build it in or does it do things EXACTLY
in the order that you enter them on the command line?
-Chuck
_______________________________________________ u2-users mailing list [EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users
