Hi, I was trying to solve this problem since last two days but couldn't find any solution.
I wanted to execute a query which is retrieving the records from table1 by
checking the condition for a long long string .
I'm using where clause and checking the condition as-
where (citycode=B and order_no=18900) or (citycode=B and Order_no=18901) .
......so on upto (citycode=B and order_no=18950)...