Answer the question
In order to leave comments, you need to log in
Is it possible to organize a fuzzy search for occurrences?
It is necessary to select from the base all incomplete occurrences.
Relatively speaking:
SELECT * FROM mytable where okpd2_code IN ('26.51.20')
It is necessary to return all records that have more than digits:
26.51.20.121
26.51.20.123
26.51.20.312
26.51.20.848
There can be a lot of values inside IN. And it is necessary that each was processed in a similar way.
etc. Can this be done in Postgress? If so, how?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question