Answer Posted / pg
select <date column> from <table name> order by <date
column>
if needed in descending order
select <date column> from <table name> order by <date
column> desc
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How can I determine where a given table is referenced via foreign keys?
What is the jdbc rowset?
What does jdbc stand for?
What does setautocommit do?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?
How to make updates to updatable result sets in jdbc?
What happens if connection is not closed in jdbc?
What are the steps involved in establishing a connection using jdbc in java?
Does jdbc use ssl?
Is jpa faster than jdbc?
How many types of resultset are there in jdbc?
What is hbm xml?
How do I find jdbc version?
What is executequery in java?