Subject SQLWhereItems help...
Author send2iwan
Dear all,

i am using SQLWhereItems everything ok, until change my query like
this
select id, name, address
from customer
rows 100 to 200 -> add this line

after check with monitor query became
select id, name, address
from customer
rows 100 to 200
order by id -> this make error

how to solve this one?

please some hints.

thanks.
Iwan