Posts

Showing posts from November, 2010

MySQL - predefined order

SELECT id FROM table ORDER BY FIND_IN_SET ( table.id, "1,3,2,4" ) ;