G
Guest
I hope someone can shed some light on this problem I am having.
I am quering a database that has 5794 records, and when I use the LIKE
syntax I will get back X number of records, when I use the NOT LIKE syntax
with the same LIKE value, the return is not what I expected (i.e.: 5794 - x
= NOT LIKE return)
For example, if I was to query the database on the Type field:
LIKE "*ADRG*" returns 140 records
NOT LIKE "*ADRG*" returns 4560 records
I would expect that these two totals should equal the total number of
records in the database (5794) but it doesn't (it adds up to 4700).
I tried using DISTINCT as well with similar returns as well.
Also, I tried to search the Discussion board but was not able to find any
similar responses.
Any help would be greatly appreciated.
I am quering a database that has 5794 records, and when I use the LIKE
syntax I will get back X number of records, when I use the NOT LIKE syntax
with the same LIKE value, the return is not what I expected (i.e.: 5794 - x
= NOT LIKE return)
For example, if I was to query the database on the Type field:
LIKE "*ADRG*" returns 140 records
NOT LIKE "*ADRG*" returns 4560 records
I would expect that these two totals should equal the total number of
records in the database (5794) but it doesn't (it adds up to 4700).
I tried using DISTINCT as well with similar returns as well.
Also, I tried to search the Discussion board but was not able to find any
similar responses.
Any help would be greatly appreciated.