|
Invalid query: Got error 12 from storage engine
Whole query: SELECT DAYOFMONTH(created) AS created_day, created, id, sectionid, YEAR(created) AS created_year, MONTH(created) AS created_month
FROM #__content
WHERE (state = 1 )
AND access <= 0
GROUP BY created_year DESC, created_month DESC, created_day DESC |