Re: bug in join table functions

2001-09-14 Thread Thomas Spahni
On Fri, 14 Sep 2001, Philippe Parmentier wrote: > > as per the manual, when joining 2 tables, if one entry is not found in the > > second table , a null records is displayed, but in that small example, > > it's not working like this: Philippe, the very fine manual says: * If there is no ma

bug in join table functions

2001-09-14 Thread Philippe Parmentier
> as per the manual, when joining 2 tables, if one entry is not found in the > second table , a null records is displayed, but in that small example, > it's not working like this: > > CREATE TABLE test1 ( > number tinyint(3) unsigned NOT NULL DEFAULT '0' , > PRIMARY KEY (number)); > > INSERT