Du kan göra så här:
select start_date + (duration_in_hours * interval '1 hour') from your_table
Se detta exempel på SQL Fiddle
Du kan göra så här:
select start_date + (duration_in_hours * interval '1 hour') from your_table
Se detta exempel på SQL Fiddle