Thanks for: Outer and left join definition

2001-04-22 Thread Marco Fioretti
Hello, I just wanted to thank everybody who helped me to understand the topic below. I am going to unsubscribe from this list now, so please address any further message, if any, to: [EMAIL PROTECTED] Thank you for your time Marco On 2001/04/14 20:37:15 +0100, M

Re: Outer and left join definition

2001-04-15 Thread Bob Hall
>bob... > >your example does not appear to work for me. maybe i'm missing >something? i created two tables simply as: > > create table test1 values (id int); > > create table test2 values (id int); > >and populated them with some matching and non-matching data. however, >when i run the

Re: Outer and left join definition

2001-04-15 Thread Kris Gonzalez
bob... your example does not appear to work for me. maybe i'm missing something? i created two tables simply as: create table test1 values (id int); create table test2 values (id int); and populated them with some matching and non-matching data. however, when i run the query: s

Re: Outer and left join definition

2001-04-14 Thread Bob Hall
>Hello, > >I am a translator with quite a good knowledge of programming and of >HTML/CGI/Perl/Apache and many other web related topics. > >I am translating part of a book on PHP and, for the reasons >above, I have had no problems so far. >I am having problems however, in translating a short sectio

Outer and left join definition

2001-04-14 Thread M. Fioretti
Hello, I am a translator with quite a good knowledge of programming and of HTML/CGI/Perl/Apache and many other web related topics. I am translating part of a book on PHP and, for the reasons above, I have had no problems so far. I am having problems however, in translating a short section where,