-1

I have a CSV file with 500 rows and two columns: product id and description. How would I go about updating the descriptions in Wordpress with SQL? I am pretty decent with SQL but not sure what fields I am targeting.

1
  • What have you tried so far? Where are you stuck? Nobody (except you) knows how the current database looks like, so nobody can provide help
    – Nico Haase
    Commented Mar 16, 2023 at 9:05

1 Answer 1

1

You dont need to update description through sql , there is an easy walk around, use worpdress product listing page you can import products from there and you can match columns from there , hope this helps

1
  • Okay I will have a look, thanks! And LOL worpdress.
    – Ping
    Commented Feb 28, 2023 at 6:40

Not the answer you're looking for? Browse other questions tagged or ask your own question.