I'm trying to input an excel file but the data coming in has as many as fourteen decimal places. Easy enough, get rid of them in excel. Not so easy, that part is out of my hands. I get the file and have to make due. So, is there a way to bring in the file and have it either drop or round off the decimal places as I'm inputing the file. I did go into the SQL Editor and try Select FLOOR(*) from file. I need to select all because the file size can be random. THe FLOOR statement didn't work by the way. Any one else try this with better success?
Thanks!
Brad