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 > Count number of days using select

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-13-03, 19:38
aurel1412 aurel1412 is offline
Registered User
 
Join Date: Dec 2003
Posts: 14
Count number of days using select

How can i count number of days from today if there's a date provided using select?
i have high-school graduation date in my table ....and i wanna view the number of days since the graduation using select.....

Please help!
Reply With Quote
  #2 (permalink)  
Old 12-13-03, 20:09
vanekl vanekl is offline
Registered User
 
Join Date: Nov 2003
Posts: 91
I don't know what version of MySQL you're using, but try

select to_days(graduationdate) - to_days(curdate()) from ...
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