get second maximum date from tables.

Answer Posted / guest

select dateofjoining from employees group by dateofjoining
order by dateofjoining desc limit 1 offset 1;

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the benefits of postgresql?

444


What is connection limit in postgresql?

429


How much memory does postgresql need?

455


How do I start pgadmin 4 on windows?

442


What is instance in postgresql?

447






Is postgresql similar to sql server?

440


What is use of postgresql?

397


How do I start a pgadmin server?

440


Is postgres a sql database?

441


What is pg_hba conf file?

439


Can postgres handle big data?

454


Is postgres a database?

434


Can composite key be null?

435


What is postgres xc?

432


What is tableplus?

472