Hello~
I am loading data into my database from a text file. I have the amount field specified as decimal(18,2) and need 3000 to read as: 30.00 When I currently load the data in it is showing as: 3000.00. Do I need to specify the field differently to get it read correctly???
Thank you,
Traci
Start Free Trial