RE: join dilemma

2001-11-04 Thread Ian M. Evans
Thanks for your pointer. This SQL statement ended up working: Thanks for your pointer! This ended up working for me: SELECT * FROM profiles LEFT JOIN allposters ON (profiles.titlesid = allposters.titlesid) LEFT JOIN officialsites ON (profiles.titlesid = officialsites.titlesid) LEFT JOIN titles ON

RE: join dilemma

2001-11-04 Thread Carsten H. Pedersen
> I have a SQL statement that I use to grab movie profiles. When I > constructed > the input form, I decided I didn't want to use blank entries for > tables that > didn't have a entry for that particular film e.g. a poster wasn't > available > for sale. > > This SQL statement in PHP works fine

join dilemma

2001-11-04 Thread Ian M. Evans
I have a SQL statement that I use to grab movie profiles. When I constructed the input form, I decided I didn't want to use blank entries for tables that didn't have a entry for that particular film e.g. a poster wasn't available for sale. This SQL statement in PHP works fine when EVERY table has