Hi,
Felling stupid here..
I am trying to get the uniq dates out of a database. But had some trouble, and simplified the query, untill I got to the most basic:
"select date(DateTimeColumName) from Table", which gives me an error (Running in phpadmin):
Error
SQL-query :
SELECT date( ost )
FROM ivontest
LIMIT 0, 30
MySQL said:
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 '(ost)
FROM ivontest LIMIT 0, 30' at line 1
Am I missing something here?