How to quickly re-sort a MySQL table by one of the columns?
        Posted  
        
            by Vacilando
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Vacilando
        
        
        
        Published on 2010-03-29T14:54:49Z
        Indexed on 
            2010/03/29
            15:03 UTC
        
        
        Read the original article
        Hit count: 176
        
What are the most efficient SQL queries that would take an existing MySQL table and re-sort it by one of the columns? Not a selection, but the whole table should be sorted by one column. Somehow using a temporary table, I guess, but what's the best way?
© Stack Overflow or respective owner