Answers for "string exact match mysql"

SQL
0

mysql search like but first exact match

SELECT * FROM table 
WHERE column LIKE '%$search%'
order by INSTR(column, '$search')
Posted by: Guest on July-23-2021

Code answers related to "string exact match mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language