get second maximum date from tables.
Answer / guest
select dateofjoining from employees group by dateofjoining
order by dateofjoining desc limit 1 offset 1;
Is This Answer Correct ? | 3 Yes | 0 No |
How to check whether PostgreSQL server is up and running?
What is difference between postgresql and mysql?
What is stored procedure in postgresql?
How do I change the order of columns in postgresql?
How to create a new table from existing table in postgresql?
Is postgres a sql database?
Is postgres a database?
What is a postgres server?
Is postgresql a sql server?
What is the driver name for postgresql?
How does postgres store data?
How does pgadmin connect to database?