“MySQL fait la Sentance contient un mot” Réponses codées

mysql fait la phrase contienne un mot

SELECT *
FROM myTable 
WHERE myColumn REGEXP '[[:<:]]myword[[:>:]]'
Friendly Hawk

MySQL fait la Sentance contient un mot

SELECT * FROM mytable WHERE mycolumn LIKE "%someWord%" 
Friendly Hawk

Réponses similaires à “MySQL fait la Sentance contient un mot”

Questions similaires à “MySQL fait la Sentance contient un mot”

Plus de réponses similaires à “MySQL fait la Sentance contient un mot” dans Sql

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code