How to update the "RIGHT" table in a LeftJoin query into a DataTable.
How to update the "RIGHT" table in a LeftJoin query into a DataTable.
diidihamm
Posts: 12Questions: 4Answers: 0
I am using the Wordpress tables wp_users and wp_usermeta in a leftjoin query into a dataTable. The query runs fine. After editing the data in several columns, I find that the columns in the Left table are being updated, but those in the Right table are not. Any help?