View Single Post
  #1 (permalink)  
Old 10-16-2006, 06:17 PM
stav stav is offline
Junior Member
 
Join Date: Oct 2006
Posts: 2
stav is on a distinguished road
Default 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.
Reply With Quote

ANSWER(S):