| | |
Current date minus report date
Please support our Database Design advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved |
•
•
Join Date: Apr 2008
Posts: 296
Reputation:
Solved Threads: 42
Hello
that depends on your specific database system. There are Database systems where you can
type in: select myBirthday - now() as "My age is:" ;
You need to know the current-date function of your database, for example: today(), now(), currentdate() etc.
krs,
tesu
that depends on your specific database system. There are Database systems where you can
type in: select myBirthday - now() as "My age is:" ;
You need to know the current-date function of your database, for example: today(), now(), currentdate() etc.
krs,
tesu
Information is moving—you know, nightly news is one way, of course, but it's also moving through the blogosphere and through the Internets. I promise you I will listen to what has been said here, even though I wasn't here. Ann and I will carry out this equivocal message to the world. I'm the master of low expectations.
![]() |
Other Threads in the Database Design Forum
- Previous Thread: Relational Database Modelling Question
- Next Thread: database design for question system
| Thread Tools | Search this Thread |





