Subject IB_Monitor-Output
Author guido.klapperich@t-online.de
When I change the ordering of my customers-query the Monitor-output
looks like
....
from CUSTOMERS
WHERE CSNRFIRST /*>*/ <= ? /* OLNK_CSNRFIRST */
ORDER BY CSNRFIRST DESC
, CSNRLAST DESC

But I have no where-condition in my query. Can anybody explain the
where-expression to me ?


Guido