Viewing 5 posts - 61 through 65 (of 65 total)
Hi, getoffmyfoot
can you tell me what more details you would like to know
thank you
October 8, 2010 at 7:28 am
i want the one which has the values on all rows
3 c N 653 12 3,935 4,493 2,293
September 24, 2010 at 10:00 am
Thanks to all for the help.......
declare @x decimal(10, 4)
set @x = 3.4567
select @x, cast(@x as decimal(10, 1))
September 22, 2010 at 6:51 am
no matter how big is the number i want first 2 digits
September 21, 2010 at 2:06 pm
i have a row of data with numbres like 1.43467,..,... and i want a sql code that can make it 1.4
September 21, 2010 at 1:41 pm
Viewing 5 posts - 61 through 65 (of 65 total)