Problem with query select c.title, c.artist, c.clickable_url from log as l, clips as c where c.id=l.clipid and clipid > 0 order by date desc limit 11;
On-Air