Hi, I'm developing issues database. How to get the ageing or how long the issues has been outstanding. TQ

Recommended Answers

All 2 Replies

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

Hi, I'm developing issues database. How to get the ageing or how long the issues has been outstanding. TQ

Ok. I got it already. Thank you.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.