|
Invalid query:
Whole query: SELECT DAYOFMONTH( created ) AS created_day, created, id, sectionid, YEAR(created) AS created_year, MONTH(created) AS created_month
FROM #__content
WHERE (sectionid = 2 )
AND (state = 1 )
AND (publish_up = '0000-00-00 00:00:00' OR publish_up <= '2008-08-20 06:56:43' )
AND (publish_down = '0000-00-00 00:00:00' OR publish_down >= '2008-08-20 06:56:43' )
AND access <= 0
GROUP BY created_year DESC, created_month DESC, created_day DESC |