Could not perform query:
Error #1017 => Can't find file: 't' (errno: 2)
Query => select t.*,date_format(t.show_date,'%m/%d/%y') as show_date, b.name from TourDate t, bands b where t.bandID = '5' and (to_days(now()) - to_days(t.show_date)) <= 0 and t.bandID = b.band_id order by show_date ascNo proper query Id:
Hot Cross