I have had a look through other solutions posted on here for similar questions but cant find one that works.
I'm updating prices in a table which has 70k+ products, I have imported the new prices into a new table to update them from
Table 1: Products
Product, Description, Price, Updated
Table 2: Prices_2015
Product, Description, Price
Product is the unique identifier, a product code, the price and description in table 1 need updated with that from table 2, and the Updated field in table 1 needs to have a UNIX timestamp for just now added.
Any help is appreciated!