You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT MIN(eid) FROM notifications_queue)' at line 1 query: DELETE FROM notifications_event WHERE created < 1253395120 AND eid < (SELECT MIN(eid) FROM notifications_queue) in /homepages/38/d16352159/htdocs/www/includes/database.mysql.inc on line 174.

Comments

jose reyero’s picture

Status: Active » Closed (won't fix)

Some databases (old mysql, pgsql) don't support sub queries.

If this is the case, we don't support such databases. If I've missed anything and the error is different please reopen.