Hi
I want to specify a search criteria but not know is it possible or not. My table has following fields and data.
Now what i want:
I want to write a query which give me result for records where
data against languageid 'IS' exist and data against languageid 'EN' is * or NULL or not exist.
Please let me know if i am not clear in my question. I will be very thankful if you even just think to solve it.
I want to specify a search criteria but not know is it possible or not. My table has following fields and data.
Code:
Table name : tablename fields : category languageid Data Data 1 IS Yes 1 EN * 2 IS Yes 2 EN NULL 3 IS Yes 4 IS Yes 4 EN Yes
I want to write a query which give me result for records where
data against languageid 'IS' exist and data against languageid 'EN' is * or NULL or not exist.
Please let me know if i am not clear in my question. I will be very thankful if you even just think to solve it.
Comment