I have build SQL query using OR operator
Such as
SELECT COMPNAYNAME FROM CUSTOMERS WHERE (CUSTOMERID =
‘AAAAA’)
OR (CUSTOMERID = ‘BBBBB’).............
It has been fail when I add more then 180 OR operators.
Are there any limitation and alternate solutions?
Thanks in advance
maii
Such as
SELECT COMPNAYNAME FROM CUSTOMERS WHERE (CUSTOMERID =
‘AAAAA’)
OR (CUSTOMERID = ‘BBBBB’).............
It has been fail when I add more then 180 OR operators.
Are there any limitation and alternate solutions?
Thanks in advance
maii