SQL 92 dialect question:
How can I find fields that have a substring in common?
for example :
the records "a substring b" and "substring c d" would be a match, and so would "xxx" "aa xxx" etc. If possible: I'd like returned the substring, or the indexes of it's beginning and end in one of the strings.
|