I want to subtract between two date time values using SQL in MySQL such that I get the interval in minutes or seconds. Any ideas? I want to run a SQL query that retrieves us
You can try and cast them to Unix Time stamp, and take the difference.