List:MySQL and Java« Previous MessageNext Message »
From:Andreas Schyman Date:May 20 2003 7:48am
Subject:Re: sort ascending
View as plain text  
Hi.

I don't mean to be rude, but this is a list for questions related to the MySQL Connector/J
project (http://www.mysql.com/products/connector-j/index.html), not a general SQL-list.
This kind of questions are better of at a SQL-list for beginners, but you'll probably
find the answer if you search the web a bit. A good place to start for basic SQL is
probably http://www.w3schools.com/sql/default.asp. To find the answer to your specific
question, please read http://www.w3schools.com/sql/sql_orderby.asp.

Hint: You can specify how you want the data sorted using DESC and ASC.

/Andreas

> -----Ursprungligt meddelande-----
> Från: reid [mailto:reid@stripped]
> Skickat: den 19 maj 2003 19:33
> Till: java@stripped
> Ämne: sort ascending
> 
> I have about  20 columns. I want the first columns ( credit_union) to be
> sort out on ascending. I tried to use SELECT * FROM vpn ORDER BY
> credit_union.  Seem it did not sort it out. Did we do anything wrong?
> 
> Reid
> 
> 
> --
> MySQL Java Mailing List
> For list archives: http://lists.mysql.com/java
> To unsubscribe:    http://lists.mysql.com/java?unsub=1

Thread
Query flowFilip Rachunek19 May
  • delete datareid19 May
    • Re: delete dataPaul DuBois19 May
  • Re: delete dataChristopher Taylor19 May
  • Re: delete datareid19 May
  • sort ascendingreid19 May
  • installation mysqlreid22 May
    • Re: installation mysqlDave Newton23 May
Re: sort ascendingAndreas Schyman20 May