For the first time I've have to use the full outer join command and the results of the fields have ".NULL" in them.
Any way to remove the ".NULL" ?
SELECT Projects.*, Newgpo.* ;
FROM projects FULL OUTER JOIN newgpo ;
ON Projects.project = Newgpo.project;
ORDER BY Projects.project;
INTO TABLE ibsgpodb.dbf
David W. Grewe
Dave@internationalbid.com
Any way to remove the ".NULL" ?
SELECT Projects.*, Newgpo.* ;
FROM projects FULL OUTER JOIN newgpo ;
ON Projects.project = Newgpo.project;
ORDER BY Projects.project;
INTO TABLE ibsgpodb.dbf
David W. Grewe
Dave@internationalbid.com