How to find last day of the month in sql query

Answer Posted / vishwa

below query will get the last day of the month
select last_day(sysdate) from dual

Is This Answer Correct ?    14 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is sql integrity?

585


What is indexing in sql and its types?

547


What does pl sql stand for?

659


What is blind sql injection?

578


What is memory optimized table?

577






What is synchronized subquery?

600


Can you have a foreign key without a primary key?

512


What is pl sql commands?

558


What is over () in sql?

531


What is java sql connection?

518


How do I truncate a sql log file?

542


How do you create an update query?

526


what is the use of double ampersand (&&) in sql queries?

629


Is pl sql still used?

511


What is microsoft t sql?

491