Just remove the parenthesis around the %...%.
You may also code:
Upper(YourColumn) like '%' concat Upper(Trim(:YourVar)) concat '%'
Or Upper(yourColumn2) like '%' concat Upper(Trim(:YourVar)) concat '%'
Mit freundlichen Grüßen / Best regards
Birgitta Hauser
"Shoot for the moon, even if you miss, you'll land among the stars." (Les
Brown)
"If you think education is expensive, try ignorance." (Derek Bok)
"What is worse than training your staff and losing them? Not training them
and keeping them!"
?Train people well enough so they can leave, treat them well enough so they
don't want to.? (Richard Branson)
-----Ursprüngliche Nachricht-----
Von: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] Im Auftrag von
Gerald Magnuson
Gesendet: Wednesday, 12.10 2016 18:47
An: midrange-l@xxxxxxxxxxxx
Betreff: SQL find a string in multiple fields
I have a "search string" field to scan over multiple fields...
currently we are doing this with RPG example:
if s1xcnt = *blanks or
%scan(%trim(s1xcnt):%xlate(lw:up:mnujob)) > 0 or
%scan(%trim(s1xcnt):%xlate(lw:up:mnuonm)) > 0) ;
I am attempting to do this in a where clause, but not getting it right
where UPPER(mnujob) like('%.......%) or
UPPER(mnuonm) like(%......%)
I have tried doing various %trim commands, I have tried doing this as both a
Prepared SQL statement, and inline...
I tried doing this with OmniFind, but that was overly complex with building
multiple index objects...
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe,
or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at
http://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxx for any subscription related questions.
As an Amazon Associate we earn from qualifying purchases.