September 4, 201114 yr okay been banging my head on this for a while. there are a dozen fields in TableA that I want to update in to TableB (name of fields are the same) when the id's in both table match. I am trying to use BaseElements plugin to do the ExecuteSQL
September 10, 201114 yr The best I have been able to do is looping script that calls the SQL UPDATE for each row. I make 2 tables A & B, each has the field ID, F1 & F2. ID is number, F1 & F@ are text. I used different plugin but the SQL should be the same. The attached file has the script. UpdateTest.pdf
Create an account or sign in to comment