PCHomepage
Programmer
I'm running a very simple query:
but it seems to "think" that 1009411200 is larger than 1106870400 so keeps returning the former. What I am missing here?
Code:
SELECT MAX(MailingDate), ID
FROM newsletter
but it seems to "think" that 1009411200 is larger than 1106870400 so keeps returning the former. What I am missing here?