You can use SIMILAR TO and separate the tags with | pipe '555123%|555321%|555987%'
eg:
SELECT *
FROM phonenumbers
WHERE number SIMILAR TO '555123%|555321%|555987%'
You can use SIMILAR TO and separate the tags with | pipe '555123%|555321%|555987%'
eg:
SELECT *
FROM phonenumbers
WHERE number SIMILAR TO '555123%|555321%|555987%'