Microsoft
Software
Hardware
Network
Question : print not able to convery float or money
what's special about decimal, but not float/money that print is not able to convert?
thanks
---------------------
declare @t1 float, @t2 float,@t3 float,@t4 float
set @t1 = 2130.234
set @t2 = 3932.436
set @t3 = 2156.023777
set @t4= ((((@t1/@t2)*@t3)/@t1)*@t2
)/100
print convert(decimal(18,8), @t4)
print convert(float(53), @t4)
print convert(money, @t4)
Answer : print not able to convery float or money
FYI: when you do this:
$('th')
internally, jquery actually "executes":
$('th', document);
that's why you would get all the th in the document.
Reference:
http://docs.jquery.com/%24
Random Solutions
TextBox Must Be Placed Inside Form Tag Error
Call a WCF Service from VBScript
What does it mean if I am receiving output errors on all of my Cisco Aironet 1130AG?
Importing a text file into Access
Error Code 10061: Connection refused after replacing certificates
Code was working in Android 2.1 SDK but not on 2.2
Iphone Can't get Exchange mail on LAN but ok on 3G.
how long will deleted table hold values
Running RMI on Tomcat Servlet - How do I set up RMISecurityManager?
Is there a funtion that if I use substr(col,1,1) will tell me where a value is not a character