Mysql ninja tricks
Posted
by alexn
on Stack Overflow
See other posts from Stack Overflow
or by alexn
Published on 2010-06-15T18:13:04Z
Indexed on
2010/06/15
18:22 UTC
Read the original article
Hit count: 366
mysql
|tips-and-tricks
Hi,
what are your mysql ninja tricks? What features are extra special?
I'm starting with ORDER BY FIELD
which enables you to sort in a particular order, like this:
SELECT url FROM customer ORDER BY FIELD(customer.priority, 1, 2, 3, 0)
Features like this is hard to find in the mysql documentation.
Bring it!
© Stack Overflow or respective owner