Thread: update bugs
View Single Post
  #4  
Old 01-04-2019, 05:21 AM
phantomghost
Hill Giant
 
Join Date: May 2015
Posts: 126
Default

When you source the SQL in, if a table exists it will not add another, so you either delete your table or make your table columns match. If there is any data in the table that duplicates you'll need to clear it. So, easiest way if you want to use 100% of the table from SQL file is just drop the whole table and source it in... It should then actually source the other table in because it won't get an error prior.
Reply With Quote