ok, i have a column of data type money and the data that is found in there is entered like this
1.1490
1.2340
1.0590
0.5990
0.5380
what i want to do is have it formatted as such
1149
1234
1059
0599
0538
ive tried using cast, convert, from money to varchar and simplying multiplying the field, replace and trunc but its not happening !!! any code help would be great!
thanks
andreas
1.1490
1.2340
1.0590
0.5990
0.5380
what i want to do is have it formatted as such
1149
1234
1059
0599
0538
ive tried using cast, convert, from money to varchar and simplying multiplying the field, replace and trunc but its not happening !!! any code help would be great!
thanks
andreas
Comment