Trying to update two LeftJoined tables with success.
Trying to update two LeftJoined tables with success.
diidihamm
Posts: 12Questions: 4Answers: 0
Have successfully LeftJoined two tables WordPress tables namely wp_users and wp_usermeta. Can update the left table (wp_users), but not the right (wp_usermeta). Will appreciate any help I can get.
This discussion has been closed.
Answers
You need to include the primary key value for the left joined table that you want to update. Perhaps you can show me your code?
Allan