C
carl
I have problems with left joining:
My SQL statement joins two queries using a left join.
Both of the queries are just a single table - filtered.
Both of the tables are linked from a SQL Server.
Problem is that my SQL will product data consistent with a inner join.
After all my experimenting with making tables etc I reckon my problem is I
can't left join SQL Server linked tables.
Is this correct or am I going nuts??
My SQL statement joins two queries using a left join.
Both of the queries are just a single table - filtered.
Both of the tables are linked from a SQL Server.
Problem is that my SQL will product data consistent with a inner join.
After all my experimenting with making tables etc I reckon my problem is I
can't left join SQL Server linked tables.
Is this correct or am I going nuts??