douxing6532 2015-07-17 09:39
浏览 19

如何在SQL中插入每日CSV文件,仅包括新闻行

I have a CSV file with sales on the server which implements news rows every days. In this CSV file there is no primary key because the id of each line can be duplicated if there are several products for the same sale. Do you have any idea of how can I insert each days only the new rows after? I mean, the first insertion with all the rows, then each days only the news rows.

  • 写回答

0条回答 默认 最新

    报告相同问题?