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 data can be inserted into long row column of database?
What do you understand by jdbc datasource?
What is ojvm used for?
What is com mysql jdbc driver?
What is the advantage of namedparameterjdbctemplate?
What is connection data?
What is jdbc vs odbc?
How to update a resultset programmatically?
When does the result for an sql statement return null?
What is jdbc thin client in oracle?
What are database warnings in jdbc and how can we handle database warnings in jdbc?
What are the types of jdbc drivers that exist?
What is db client?
What is a jdbc driver and how many jdbc drivers are available?
How do I find jdbc version?