Hi all,
I have a field amount which is of datatype decmal(8,2).
My problem is, for example 27.09(original value) its showing 2709 in the table for all the records.
Actually I got a txt file in which the record is 2709, so when I loaded it, its showing 2709 instead of 27.09.
Can someone tell me how to do bring it to 27.09? plzzz ASAP