Colonne MySQL Démarrer par chaîne

SELECT col1, col2
FROM table_name
WHERE col_name LIKE CONCAT(value, '%')
Snippets