sql to compare two strings in MS access
Posted
by tksy
on Stack Overflow
See other posts from Stack Overflow
or by tksy
Published on 2009-10-06T10:41:34Z
Indexed on
2010/04/27
6:03 UTC
Read the original article
Hit count: 289
I am trying to compare a series of strings like the following
rodeo rodas
carrot crate
GLX GLX 1.1
GLX glxs
the comparision need not be case sensitive i am trying to write a sql where i am updating the first string with the second string if they match approximately. Here except the second string all the other examples match. I would like to write a query which updates the strings except the second one.
is this possible directly in a query in ACCESS
thanks
© Stack Overflow or respective owner