Reply To: Deleting Playlist Entries via sql

#17546
RigasW
Participant

Hi,

I did some tests with SELECT statements like

select * from songs where Title like "%summer%";

It was not case sensitive … so the statement above found songs with “Summer ” in it, too.

Rigas