Hello guys,I am importing from one table to another.I have a table with over 10,000 records, and want to import into another table with numeric values. Here is my code, please advise, thanksinsert into dbo.Products_Product_Range_MAM ( PartNo, Descriptions, KnownAs, SupportPart, RRP, Vat_Inc_Re, NNP, NSP_Cont, NSP_Su_G, NSP_Gold, NSP_Silver, NSP_Bronze, NSP_Fore, NSP_Taxi, Groups, Ranges, Cont_Disc, Su_G_Disc, Silv_Disc, Bron_Disc, Fore_Disc, Taxi_Disc, UOI, Surch_In, Surch_Out, Box_Qty, MinOrder, XREF, xref2)select testing, testing1, testing2, testing3, testing4, convert(numeric(18,6),testing5), testing6, testing7, testing8, testing9, testing10, testing11, testing12, testing13, testing14, testing15, testing16, testing17, testing18, testing19, testing20, testing21, testing22, testing23, testing24, testing25, testing26, testing27, testing28from csv_testing
Error line is in red above_____________________Yes O !