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 |
please tell me the name and url path for type-4 driver ?
How do I find whether a parameter exists in the request object?
Does JDBC support stored procedures?
What do you understand by jdbc datasource?
I have written a program to connect to database using odbc.Can this Application run on any Platform????
How can I get information about foreign keys used in a table?
What is jdbc connection interface?
Hi friends, In JDBC 4 drivers are there among this which driver is best and why it is best.Which driver is most commonly used in web applications.
What will happen when ResultSet is not closed?
Explain about multiple implementations and drive manager?
what are the drawbacks of JDBC? explain briefly?
all Java qts are imp ?