Hi,
I am sitting here with big troube to run LEFT join on mu sql-script and woundering if here is some problem with my database or sqø*+?????
SELECT a.pnr, m.kpnr, b.fname, b.lname
FROM (person a LEFT JOIN marrage m ON a.pnr = m.kpnr) LEFT JOIN person b ON m.mpnr = b.pnr;
This is a simple script, but will not run on my database, does anyone se something wrong here.
This select-sentence runs perfectly on ms access.
I will be pleased with any hints of what's wrong here.
regard Stig
I am sitting here with big troube to run LEFT join on mu sql-script and woundering if here is some problem with my database or sqø*+?????
SELECT a.pnr, m.kpnr, b.fname, b.lname
FROM (person a LEFT JOIN marrage m ON a.pnr = m.kpnr) LEFT JOIN person b ON m.mpnr = b.pnr;
This is a simple script, but will not run on my database, does anyone se something wrong here.
This select-sentence runs perfectly on ms access.
I will be pleased with any hints of what's wrong here.
regard Stig