Posts by itacipri • 3 points
1 post
-
0
votes2
answers41
viewsQ: Mysql not returning expected (using LIKE and EQUALITY)
Here is the example code: SELECT * FROM maq_dispo WHERE ativo = '1' AND titulo LIKE '%coladeira%' OR descricao LIKE '%coladeira%' OR valor LIKE '%coladeira%' The return shows all records…