mirror of https://github.com/me50/kukemuna.git
4 lines
50 B
MySQL
4 lines
50 B
MySQL
|
|
SELECT name
|
||
|
|
FROM songs
|
||
|
|
WHERE name LIKE '%feat.%';
|