Let me give an example
Select * FROM product WHERE type = “123” AND category = “healthcare” OR category = “retail”
how to ensure all the category conditions are evaluated first?
Ramesh
Let me give an example
Select * FROM product WHERE type = “123” AND category = “healthcare” OR category = “retail”
how to ensure all the category conditions are evaluated first?
Ramesh