Mysql
 sql >> Database >  >> RDS >> Mysql

Confronta due stringhe in MySQL

Ok, che dire di:

SELECT url 
  FROM table 
 WHERE INSTR('http://www.longurl.com/some/string', url) > 0

(La formattazione non ha funzionato molto bene nei commenti, quindi l'ho aggiunta di nuovo come risposta.)