Bạn có thể làm như thế này:
select start_date + (duration_in_hours * interval '1 hour') from your_table
Xem SQL Fiddle mẫu này
Bạn có thể làm như thế này:
select start_date + (duration_in_hours * interval '1 hour') from your_table
Xem SQL Fiddle mẫu này