How to combine two tables and then extract timestamp difference as an extra column

后端 未结 0 1996
旧巷少年郎
旧巷少年郎 2021-01-13 12:43

I have two tables which I would like to query. I am using:

select timesheet_id, start_time, end_time, break_type, name from table1, table2

to produce the list

相关标签:
回答
  • 消灭零回复
提交回复
热议问题