In one column I have a create_dtm saved as timestamp in postgresql. Another column is integer wait_days. When I pull a row from the database I want to retrieve create_dtm + wait_days as a timestamp.
It seems I should be able to do this...will I have to do it in my application code?
My non-working sample looks like:
select name, title, create_dtm + wait_days