Invalid sql query :
select
*
from tblimgcontrols
JOIN imgcategories ON imgcategories.ImgControlRef = ImgControlID
JOIN tblsitecontentfiles ON ContentFileRef = ContentFileID
where ImgControlIsVisible != 0
and ContentFileRef = ''
and ImgBannerPlace = 'top_center'
order by RAND()
limit 1
=== Got error 28 from storage engine |