Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Need syntax for Date, where Date is in format 'YYYY-mm-dd'

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DB2
Author Message
meenakshi_forum
Warnings : 1

Active User


Joined: 27 May 2008
Posts: 70
Location: India

PostPosted: Mon Aug 25, 2008 12:04 am    Post subject: Need syntax for Date, where Date is in format 'YYYY-mm-dd'
Reply with quote

I need syntax for Date, where Date is in format 'YYYY-mm-dd'

and i just know that the year would be starting from 19..

I want to find out the records where date has year as 19...

Thanks.
Back to top
View user's profile Send private message
References
Craq Giegerich

Senior Member


Joined: 19 May 2007
Posts: 990
Location: Virginia, USA

PostPosted: Mon Aug 25, 2008 12:39 am    Post subject:
Reply with quote

Select * from table where the_date >= '1900-01-01';
Back to top
View user's profile Send private message
dick scherrer

Global Moderator


Joined: 23 Nov 2006
Posts: 8652
Location: 221 B Baker St

PostPosted: Mon Aug 25, 2008 2:46 am    Post subject:
Reply with quote

Hello,

Quote:
I want to find out the records where date has year as 19...

Also if only the 19s are to be selected:
Select * from table where the_date >= '1900-01-01' and the_date < '2000-01-01';
Back to top
View user's profile Send private message
dbzTHEdinosauer

Senior Member


Joined: 20 Oct 2006
Posts: 1618
Location: germany

PostPosted: Mon Aug 25, 2008 12:46 pm    Post subject:
Reply with quote

?? what is the datatype for the column containing the date?
Back to top
View user's profile Send private message
dick scherrer

Global Moderator


Joined: 23 Nov 2006
Posts: 8652
Location: 221 B Baker St

PostPosted: Mon Aug 25, 2008 8:04 pm    Post subject: Reply to: Need syntax for Date, where Date is in format 'YYY
Reply with quote

Hopefully, char(10). . . .
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DB2 All times are GMT + 6 Hours
Page 1 of 1