spangsberg Posted October 14, 2010 Share Posted October 14, 2010 Hi I'm fairly new to this MySQL world, and need a little help. I have a database (empty at the moment) intended for product information, where the data is spit into 2 tables, something like this: Table1: Prod_id, prod_name, prize, weight,..,...,.. Table2: Prod_id, prod_description From my supplier I recived a file with all the needed information, but I can't figure out how to "split" this data into the 2 tables?? I recive the data in a CSV file, and have no problem importing the data to a 3rd table Do I make sense?? Link to comment https://forums.phpfreaks.com/topic/215840-need-help-populating-tables/ Share on other sites More sharing options...
premiso Posted October 14, 2010 Share Posted October 14, 2010 Why do you feel the need to separate the product description from the other table? Link to comment https://forums.phpfreaks.com/topic/215840-need-help-populating-tables/#findComment-1122138 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.