If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > datediff question

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-30-09, 11:23
oldnickj oldnickj is offline
Registered User
 
Join Date: Jan 2009
Posts: 103
datediff question

I need to display the number of dayes left between today and July 27 2013.

I think I want to use DATEDIFF but not sure how to format it!

Nick
Reply With Quote
  #2 (permalink)  
Old 09-30-09, 14:45
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,534
what have you tried so far, and what results did you get?
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #3 (permalink)  
Old 09-30-09, 23:15
mnirwan mnirwan is offline
Registered User
 
Join Date: Sep 2009
Posts: 64
Reply With Quote
  #4 (permalink)  
Old 10-01-09, 02:09
paramananda paramananda is offline
Registered User
 
Join Date: Sep 2009
Posts: 1
Please use the below query:
SELECT DATEDIFF(day, pubdate, getdate()) AS no_of_days
FROM titles
Reply With Quote
  #5 (permalink)  
Old 10-01-09, 07:12
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,534
Quote:
Originally Posted by paramananda
Please use the below query:
SELECT DATEDIFF(day, pubdate, getdate()) AS no_of_days
FROM titles
sorry, this will fail in mysql
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On