Subject Re: [IBO] Relative position of SQLWhereItems to SQLWhereHigh/Med/Low?
Author Helen Borrie
At 11:21 PM 23-10-02 +0930, you wrote:
>In the Help it states that there are 3 levels that accumulate WHERE clause
>criteria, but I
>see 4.
>
>What is the relative position of SQLWhereItems relative to
>SQLWhereHigh/Med/Low?
>
>Can one use all 4 WHERE clauses?

Those are clauses that come into play at various points in the internal
parsing - they pertain to timing and are set and referred to in a lot of
places you don't see. You will come unstuck if you try to use them
yourself...You shouldn't use anything but SQLWhereItems.

Helen