Can anyone assist me with this below?
I have 10 records in a table with same acc no and different branches. If I fired the query it should not return any values while where
condition is matched.
For example:
SELECT *
FROM temp
WHERE branch != "xxx"
It should not return other 9 records also.
Can someone help me?
Thanks