I apologize for having to contact you, but I have the issue that when using your MySQL PHP interface, I get Error 500 when firing an encapsulated SQL, like INSERT into SELECT..
unfortunately the answer links to a Thunkable thread, and it looks like that thread has been removed...
this is unfortunate... currently I do not have an answer...
probably someone else does have an idea?
yes, but it looks like more complex queries result in an error 500, it might be, that the php script can't handle it...
the question is, are there any workarounds for INSERT... SELECT FROM or what could be modified in the php script to do it...
That SQL statement is equivalent to selecting from the first table, then transforming the output into a sequence of INSERT statements into the second table.