G
G .Net
Hi
I'm hoping that somebody can help me with the following:
Is there a way to perform a WHERE search where white spaces are ignored? For
example, suppose I have a field called [CompanyCode] which has entries likes
"aaa 65", "bb 5 44" etc.
How can I do something like
SELECT [CompanyCode] FROM MyDatabase WHERE [CompanyCode] = "aaa65"
and I would get at least the first item above?
Thanks in advance
Geoff
I'm hoping that somebody can help me with the following:
Is there a way to perform a WHERE search where white spaces are ignored? For
example, suppose I have a field called [CompanyCode] which has entries likes
"aaa 65", "bb 5 44" etc.
How can I do something like
SELECT [CompanyCode] FROM MyDatabase WHERE [CompanyCode] = "aaa65"
and I would get at least the first item above?
Thanks in advance
Geoff