Hello,
I have a company table with zip code:
If I select using
where c_cp similar to '95450|97008' -- works ok
where c_cp similar to '9545_|97008' -- does not find 97008
where c_cp similar to '95450|9700_' -- ok
where c_cp similar to '95_+|97008' -- does not find 97008
where c_cp similar to '95[[:digit:]]+|97008' -- does not find 97008
I tested with Firebird from 5.0.2 to 5.0.4
Hello,
I have a company table with zip code:
If I select using
I tested with Firebird from 5.0.2 to 5.0.4