G
Guest
I need to write a query to compare two name fields and return the "not ok"
from these examples...
J and J ... ok
J and JOHN ... ok
JERRY and JOHN ... not ok
No matter how I code this, I end up pulling 'ok' combinations. For
simplicity, I left out any scenarios that deal with NULLs.
Thanks
David
from these examples...
J and J ... ok
J and JOHN ... ok
JERRY and JOHN ... not ok
No matter how I code this, I end up pulling 'ok' combinations. For
simplicity, I left out any scenarios that deal with NULLs.
Thanks
David