Hello,
Can i get data in postgre from non-postgre db?For example, can i link mysql db over odbc connection to postgre database? So, i will be able to use queries in PG like select * from table1, where table1 is from mysql db.
Thanks.