What i basically need is a query that will allow me to display the time that has passed between last row inserted and the current time.
The specific table uses the timestamp field type.
I know that DATE_SUB must be used here, but i have no idea how to in this particular problem
1 Answer