How can you sort dates?
Answer / 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 |
How can I manage special characters when I execute an insert query?
Difference between servlet and applet method?
What is a jdbc url?
Where can I find info, frameworks and example source for writing a JDBC driver?
What is the use of jdbc?
What is Normalization?
4 Answers Accenture, Atos Origin,
Which jdbc driver is the fastest driver?
What are the different types of statements?
How to get the Database server details in java program?
What do you mean by two phase commits?
What are different types of JDBC Drivers?
What is executeupdate in java?