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
> 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