I need to combine on a partial line, but I can’t enable full-text indexing, so I can’t use contains. I looked at the Levenshtein function to determine the distance between two rows, but I'm not looking for a fuzzy match, but every character in the column exists in the row.
those. If the transmitted row is something like AB_SYS_20120430.TXT, I want to match any columns containing AB_SYS. A similar predicate does not get me there. I really need the equivalent of a .NET function, but as mentioned, the inclusion of full-text indexing is not a possibility of inclusion. I thought I'd see if there was any other work.
user1135183
source
share