Is it possible to make a statement where you can import selected tables from a different datasource?
Something like
INSERT INTO mysqltable
SELECT * FROM odbctable
Where "odbctable" connects through a connection string in de ODBC manager of Windows.
I know of a MySQL ODBC driver, but can MySQL...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.