Hi:
How can I calculate the days between two dates with mysql.
I have the function
SELECT PERIOD_DIFF(200312,200311)
But that only calculates months, is there one the calculates days?
Or is there another way of doing it?
Thanks in advance for anyone who helps