SQL select order by decimal precision desc
        Posted  
        
            by user267272
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user267272
        
        
        
        Published on 2010-03-15T16:27:06Z
        Indexed on 
            2010/03/15
            16:29 UTC
        
        
        Read the original article
        Hit count: 186
        
I'm interested in finding the most precise decimal values in a database field. I'd like to be able to sort results by descending precision. Is this possible?
e.g.
10.1781253 12345.12435 89.763 1.1 2
© Stack Overflow or respective owner