I am wondering if anyone here has ever had the instance of using 2 diffent DBIs, one connects to a Postgres table and one to a SQL 2000, but has written one sql statement.
I am interested in joining the 2 different tables in a sql statement. Now I can still manage to do what I want, but...