DATE SQL - Mailing list pgsql-jdbc

From wanpeng
Subject DATE SQL
Date
Msg-id 01ec01c6410a$36814e00$4d06050a@WANP
Whole thread Raw
Responses Re: DATE SQL  (Mark Lewis <mark.lewis@mir3.com>)
Re: DATE SQL  (David Fetter <david@fetter.org>)
List pgsql-jdbc
I want a result like

'2006-03-01'
'2006-03-02'
'2006-03-03' 
'2006-03-04' 


FROM table xxx

……| start_date   |   end_date   |……
    | '2006-03-01' |  '2006-03-04'|

how can I write the sql

thanks

-----------------------------------------------
                         wanp2005@gmail.com

pgsql-jdbc by date:

Previous
From: John R Pierce
Date:
Subject: Re: how to connect remotely?
Next
From: Dave Cramer
Date:
Subject: Re: JDBC support for 8.1 OUT parameters