标签: php mysql file-upload
我尝试使用PHP和MySQL加载数据Infile函数将CSV文件导入MySQL数据库。查询看起来正确但仍有错误,同时将其嵌入到PHP代码中。你能帮我吗
INSERT INTO dbo.UsersMailingData(custno,Recip_id,...) select @custno, row_number() over (order by colname) + @rownum ... from tablename