SELECT MAX( notes.date_modified ) AS maxdate
FROM notes
) AS mx ON mx.maxdate = d.date_modified
-----------------------------
MySQL said:
#1064 - 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 MAX(notes.date_modified) AS maxdate FROM notes) AS mx
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.