R
Ralph Hersener
I'm trying to query a table with an exact expression, where the table
contains values with wildcards.
I.e. search for: "ab1234"
records in db:
cd2345
de4567
ab1xx4
The record "ab1xx4" should be returned, as it matches most of the criteria
("x" would be the wildcard for any number, could also be any other string).
Does anyone know, how I could search the database (maybe with a selfwritten
function?) and how the wildcards could look like?
Thank you all very much in advance!
Ralph
contains values with wildcards.
I.e. search for: "ab1234"
records in db:
cd2345
de4567
ab1xx4
The record "ab1xx4" should be returned, as it matches most of the criteria
("x" would be the wildcard for any number, could also be any other string).
Does anyone know, how I could search the database (maybe with a selfwritten
function?) and how the wildcards could look like?
Thank you all very much in advance!
Ralph