Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Get the count of ppl elder than 18?

843854Mar 31 2003 — edited Apr 1 2003
How do I get the count og ppl, who is elder than 18 from the database. I tried like this, without any luck:

select count(*) from medlem where 'NOW()'-'foedselsDto' >365*18
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 29 2003
Added on Mar 31 2003
4 comments
57 views