rmatthew Posted February 19, 2003 Posted February 19, 2003 I an SQL statement that will find the difference in seconds between two different timedate fields. I am stuck with using MySQL and have noticed that the datediff function doesn't seem to work :( Thanks in advance Quote
Leaders lebb Posted February 22, 2003 Leaders Posted February 22, 2003 I believe you can just subtract the two dates in question, then convert the result to seconds. DateDiff will only work in Access queries; it is not standard SQL. Quote Laura "Science without religion is lame. Religion without science is blind." -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.