I need to query a name variable and the user wants to know if the name is only a single word. The variable contains business names so should have multiple words. How do I do that.. for the specific words I am using index(lowercase(name), "Corp")>0 but I do not know how to query for a singer word, no matter what it is. The name field is Char 26.
Any assistance you can offer will be greatly appreciated.
Thanks,
Elliott