I have several groups of CSV files that I need to take into a mysql database. The CSVs are as follows:
Products (it has a product_id) ShippingDetails (related to products csv file through product_id) Categories (related to products csv file through product_id)
我有3组这些档案。
Group1: Products1.csv, ShippingDetails1.csv, Categories1.csv Products2.csv, ShippingDetail2.csv, ... ...
每个组别的档案都以产品为回报。
问题是,我想将所有一组档案装入一个数据库,但产品补贴则从每组零开始。 因此,我需要改变补贴,以便它成为所有产品的独特产品,不管它来自什么卷宗。 此外,我还需要改变每个集团的关系(外国钥匙),以便在把所有数据单上表时,使之与新的独特优势相匹配。 在实际情景中,我有一组与产品——每组产品——相关的表格。 因此,我很想知道,我的SQL是否能够在路上确定关系,或者是怎样才能做到这一点。