kolom mysql mulai dengan string

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