G
Guest
I want to create a query that's NOT equal to 9 or 12, but is not working.
Here is what I have so far:
SELECT [num], [serial], [id]
FROM [DETAIL]
WHERE ([serial]="5401") AND ([ID]<>9 OR [ID]<>12);
I'm getting a result where ID=12 shows up. Can anyone help with this? thank
you in advance.
Here is what I have so far:
SELECT [num], [serial], [id]
FROM [DETAIL]
WHERE ([serial]="5401") AND ([ID]<>9 OR [ID]<>12);
I'm getting a result where ID=12 shows up. Can anyone help with this? thank
you in advance.