Hi all,

I want to order a result with ignore the first word when it begins with a _.
Begin the first word with a _ use the next word.

Can I do it with SQL?

Table example:
_The Rock
Scary Movie
X-Files

With order I want the output
Scary Movie
_The Rock
X-Files

Thanx
Bernd

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to