I uploaded a bug report innerjoin.tar [was: INNER JOIN doesn't work correctly..]

2001-11-28 Thread Sergey S. Kostyliov
Hi, I uploaded the file innerjoin.tar to ftp://support.mysql.com/pub/mysql/secret. please reject my first attemp with name "innerjoinbug.tar" (problems with kde :-( ) Please let me know if I can be of further help. Thank you guys, I think you are doing a wonderful job! Best re

Re: INNER JOIN doesn't work correctly..

2001-11-28 Thread Sergey S. Kostyliov
Hi, > > AND and orders_common.id=1060340 > > Result - 1 row > > You have two AND's one after another. > > Try with one AND and tell us what you get ... Two AND is a typo Real query has only one AND I'll send full test case via ftp in a one hour Best Regards,

Re: INNER JOIN doesn't work correctly..

2001-11-28 Thread Sinisa Milivojevic
Sergey S. Kostyliov writes: > >Description: > Query with INNER JOIN return 0 rows, but the same query + yet another > WHERE condition return 1 row > >How-To-Repeat: > Query: > SELECT orders_common.vendor_id >FROM orders_common > INNER JOIN orders_common_count > ON (

INNER JOIN doesn't work correctly..

2001-11-28 Thread Michael Widenius
Hi! > "Sergey" == Sergey S Kostyliov <[EMAIL PROTECTED]> writes: >> Description: Sergey> Query with INNER JOIN return 0 rows, but the same query + yet another Sergey> WHERE condition return 1 row >> How-To-Repeat: Sergey> Query: Sergey> SELECT orders_common.vendor_id Sergey>

INNER JOIN doesn't work correctly..

2001-11-28 Thread Sergey S. Kostyliov
>Description: Query with INNER JOIN return 0 rows, but the same query + yet another WHERE condition return 1 row >How-To-Repeat: Query: SELECT orders_common.vendor_id FROM orders_common INNER JOIN orders_common_count ON (orders_common.id=orders_common_count.o