G
Guest
Data in the field "class4" are
abc
bfg
mnt
I need to find out any data with "b" in any position.
I tried
WHERE ((([main].class4) Like '%b%'))
But it returned nothing in the query.
abc
bfg
mnt
I need to find out any data with "b" in any position.
I tried
WHERE ((([main].class4) Like '%b%'))
But it returned nothing in the query.