×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
You could specify an escape character for the wildcard characters like this:
SELECT *
FROM TABLEY
WHERE C1 LIKE ’AAAA+%BBB%’ ESCAPE ’+’
Tim.
________________________________
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> on behalf of Justin Taylor <jtaylor.0ab@xxxxxxxxx>
Sent: 19 October 2021 13:56
To: MIDRANGE-L <midrange-l@xxxxxxxxxxxxxxxxxx>
Subject: LIKE quandary
I have a JOIN on two tables, and I have no control over the data. I've now
ran into a situation where one of the tables contains wildcard characters
that are fouling up the JOIN.
Table1.column:
0110 EXFN 01 ABCD
Table2.column
0110 EXFN 01
____ EXFN 01
The JOIN clause:
T2.column concat '%' LIKE T1.column
This has always worked fine, but in this case it's matching both rows in
Table2.
Any suggestions on this?
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at
https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link:
https://amazon.midrange.com
As an Amazon Associate we earn from qualifying purchases.