Splitting decimal in sql
        Posted  
        
            by ramyatk06
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ramyatk06
        
        
        
        Published on 2010-04-11T07:18:38Z
        Indexed on 
            2010/04/11
            7:23 UTC
        
        
        Read the original article
        Hit count: 316
        
sql
hi guys, I am getting result as decimal in storeprocedure.for eg:If iam getting result as 123.45 I want to split 123.45 to 123 and 45.Can any body help?
© Stack Overflow or respective owner