SELECT id, job, TIMESTAMPDIFF(SECOND, start_date, end_date) AS runtime FROM example_table;. This calculates end_date - start_date in seconds.
確定! 回上一頁