【发布时间】:2022-12-01 14:13:01
【问题描述】:
My query is that I need to run a SELECT INTO query from One Server Database Table to Another Server Database Table. For that I am having two different mysqli_connect() connections so how can I run this query through mysqli_query as far as I know we can pass only one connection to it through arguments. Or is there any other way out to perform the same.
【问题讨论】: