Re: mysql and leftt outer join

2004-09-11 Thread Michael Stassen
Terry A. Haimann wrote: Lets say I have a Database defined as create table Photos ( PhotoIdxVarchar(20), PhotograherIdx varchar(20), PhotoTypeIdxvarchar(20), CameraIdx varchar(20) PhotoDate DateTime ); Create table Photographer (

mysql and leftt outer join

2004-09-11 Thread Terry A. Haimann
Lets say I have a Database defined as create table Photos ( PhotoIdxVarchar(20), PhotograherIdx varchar(20), PhotoTypeIdxvarchar(20), CameraIdx varchar(20) PhotoDate DateTime ); Create table Photographer ( PhotographerIdx va