Posts by Rodolfo Gomes • 1 point
1 post
-
-1
votes1
answer51
viewsA: Select only items that contain the number in their value
SELECT * FROM tabela_conversas WHERE users LIKE '%12%'; Remembering that it would be more ideal to create a separate relationship table for this case.