I want to create table with three columns:
START_DATE|END_DATE|TOTAL_TIME
START_DATE and END_DATE should both be dates.
TOTAL_TIME should be calculated by using these two columns. How can I create the table?
I want to create table with three columns:
START_DATE|END_DATE|TOTAL_TIME
START_DATE and END_DATE should both be dates.
TOTAL_TIME should be calculated by using these two columns. How can I create the table?