hi,
i'm trying to use Insert ... Select statement but from 2 different databases to copy data from the 1st database to the second one ,
it works fine when i run this query In SQLYog but i can't use it with the mysqlconnector in c# because i'm just connected to the 1st database there is no connection to the 2nd database.
is there any way to run this query in my .NET application?
i'm trying to use Insert ... Select statement but from 2 different databases to copy data from the 1st database to the second one ,
it works fine when i run this query In SQLYog but i can't use it with the mysqlconnector in c# because i'm just connected to the 1st database there is no connection to the 2nd database.
is there any way to run this query in my .NET application?