I want to insert into a temp table on My-SQL db from SQL server db. Any idea on how to do it?
I tried the following but I get a syntax error.
I tried the following but I get a syntax error.
Code:
INSERT INTO OPENQUERY(MetaQuotes, 'SELECT cAccount FROM MetaQuotes_VelocityLive.#A') select cAccount From #A1 Where dLastLogon = '01/01/1900'