Decimal VS Int in MySQL?
        Posted  
        
            by TheOnly92
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by TheOnly92
        
        
        
        Published on 2010-04-21T10:35:24Z
        Indexed on 
            2010/04/21
            22:53 UTC
        
        
        Read the original article
        Hit count: 265
        
mysql
|Performance
Are there any performance difference between decimal(10,0) unsigned type and int(10) unsigned type?
© Stack Overflow or respective owner