how to select a date + column - Mailing list pgsql-general

From David Blood
Subject how to select a date + column
Date
Msg-id 008201c1c632$9bbbb8c0$0100a8c0@david2
Whole thread Raw
List pgsql-general

 

How do  I add and interval that is represented in a column to another column?

select loginfname  , LastDate+ interval 'WaitDays || day' as SendingDate from tblemailing

 

 

 

 

pgsql-general by date:

Previous
From: Doug McNaught
Date:
Subject: Re: How do I pass the -i option during boot time?
Next
From: Neil Conway
Date:
Subject: Re: SERIAL datatype, int or bigint?