PostgreSQL
 sql >> Base de Dados >  >> RDS >> PostgreSQL

Como encontrar substrings no SQL (Postgres)


Basta usar como operador:
SELECT * from yourtable
where '12345' like '%' || Code