I am giving a query to MySQL which contains "order by RowNo".When i give this query on
mysql prompt it gives me resultset in ascending order,but when i give the same query
through java program(servlet) it gives me resultset in descending or any random order.
before yesterday everything was wor
We want to Configure MySQL database to JRUN as a jdbc datasource (Native).
If Anybody knows ,Please give reply.
_
Chat with your friends as soon as they come online. Get Rediff Bol at
http://bol.rediff.com
--
how to copy database from one pc to another without networking
_
Chat with your friends as soon as they come online. Get Rediff Bol at
http://bol.rediff.com
-
Before postin
i have created a database ,Now i want to copy it on the server. Is there any way to do
it or i have to make tables on the servers
if anybody knows
please reply a.e.a possible.
_
Chat with your friends as soon as they come online. Get Rediff Bo
in SQL query can we use sysdate to get System date like Oracle
_
Chat with your friends as soon as they come online. Get Rediff Bol at
http://bol.rediff.com
-
Before postin
We want to get the Unique value from a table.
can we use the following query:
select unique(ProblemNo) from MainProblem;
where MainProblem is a Table having Column ProblemNo.
the contents of ProblemNo are
1
1
2
2
3
3
3
the result of the above query must be :
1
2
3
Thank You.
__