PostgreSQL Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsDatabasesPostgreSQL Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old July 11th, 2012, 01:17 AM
karthikprs karthikprs is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2012
Posts: 4 karthikprs User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 2 m 30 sec
Reputation Power: 0
Extract Week number and year from Date

I tried extracting week number and year from an existing date.
The output i get using "extract" method from datepart is:
Weeknumber year date
1 2012 2012-01-01

But the output i require is:
Week date
01/2012 2012-01-01
Please help me on getting the output in this format....

Reply With Quote
  #2  
Old July 11th, 2012, 01:31 AM
shammat shammat is offline
Contributing User
Dev Shed Frequenter (2500 - 2999 posts)
 
Join Date: Oct 2003
Location: Germany
Posts: 2,701 shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level) 
Time spent in forums: 1 Month 3 Weeks 4 Days 2 h 17 m 41 sec
Reputation Power: 284
Use to_char()

Code:
select to_char(your_date_column, 'IW/YYYY YYYY-MM-DD')
More details in the manual: http://www.postgresql.org/docs/current/static/functions-formatting.html
__________________
I will not read nor answer questions where the SQL code is messy and not formatted properly using [code] tags.
http://forums.devshed.com/misc.php?do=bbcode#code

Tips on how to ask better questions:
http://tkyte.blogspot.de/2005/06/how-to-ask-questions.html
http://wiki.postgresql.org/wiki/SlowQueryQuestions
http://catb.org/esr/faqs/smart-questions.html

Reply With Quote
  #3  
Old July 11th, 2012, 03:18 AM
karthikprs karthikprs is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2012
Posts: 4 karthikprs User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 2 m 30 sec
Reputation Power: 0
Thanks

Hi Shammat,
thanks for the query. but the output i want for week is: "week01/2012" i need the prefix week before week number.
Quote:
Originally Posted by shammat
Use to_char()

Code:
select to_char(your_date_column, 'IW/YYYY YYYY-MM-DD')
More details in the manual: http://www.postgresql.org/docs/current/static/functions-formatting.html

Reply With Quote
  #4  
Old July 11th, 2012, 04:42 AM
shammat shammat is offline
Contributing User
Dev Shed Frequenter (2500 - 2999 posts)
 
Join Date: Oct 2003
Location: Germany
Posts: 2,701 shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level)shammat User rank is Captain (20000 - 30000 Reputation Level) 
Time spent in forums: 1 Month 3 Weeks 4 Days 2 h 17 m 41 sec
Reputation Power: 284
Quote:
Originally Posted by karthikprs
but the output i want for week is: "week01/2012" i need the prefix week before week number.
Then append the string "week" to the expression. Check the manual for "string concatenation"

http://www.postgresql.org/docs/current/static/functions-string.html

Reply With Quote
  #5  
Old July 11th, 2012, 09:02 AM
karthikprs karthikprs is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2012
Posts: 4 karthikprs User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 2 m 30 sec
Reputation Power: 0
Thank u Shammat

Thank u Shammat. It was very useful

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesPostgreSQL Help > Extract Week number and year from Date

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap