SELECT id, bild, sort, titel, datum, memb, storlek
FROM bild [blue]-- byt namn på tabellen[/blue]
WHERE access = 0 AND DATE(datum) = CURDATE()
ORDER BY datum DESC
Microsoft OLE DB Provider for ODBC Drivers error '80040e09'
[TCX][MyODBC]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 '(datum) = CURDATE() ORDER BY datum DESC' at line 1
Microsoft OLE DB Provider for ODBC Drivers error '80040e09'
[TCX][MyODBC]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 '(datum, CURDATE()) = 0' at line 1