Postgresql – postgres. How to check if a field contains at least one substring form a list of substings?
I have a table like this one | two | three | code | four -----+-------+-------+---------+-------- 0 | 21750 | 10110 | 1016916 | 20.0 0 | 21750 | 10111 | 1017949 | 20.2 0 | 21750 | 10115 |…