Link to home
Start Free TrialLog in
Avatar of DCFC
DCFC

asked on

Help with Import Wizard

OK....I have a table for my Products called "tblProduct".

That product has a column called 'SKU'.  I have added the column 'List_Price'

I have an Excel Spreadsheet that has two columns.  column 1 is SKU column 2 is list_price.

Can I use the import wizard to UPDATE the product table, but ONLY the column 'list_price' based on a where clause for the SKU field?

I've tried walking through the wizard, but I wasn't sure how to do that.

Please help

Thanks!
Avatar of DCFC
DCFC

ASKER

Yes, MySQL, not MS SQL Server.

ASKER CERTIFIED SOLUTION
Avatar of Kevin Cross
Kevin Cross
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DCFC

ASKER

Oh....OK, I can import to a staging table....but how would I write the UPDATE statement on the join?  Can you give me an example?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DCFC

ASKER

Thanks so much for your help!  That worked perfect!  I imported to the staging table and then ran the update statement!  Thanks so much!