How can I cast the return value of a sub-select as an interval?
Something like:
select current_timestamp - interval '(select days from T) days'
Thanks!
Jc