Hi.

On Sun, Nov 25, 2001 at 11:32:15PM +0800, [EMAIL PROTECTED] wrote:
> I tried:
> 
> select ... from T1 a inner join T1 b using(...);
> 
> and it doesn't work. I get a message about "Can't reopen table: 'a' ".

I cannot reproduce this:

mysql> SELECT count(*) FROM config a INNER JOIN config b USING (gid) WHERE a.gid=10856;
+----------+
| count(*) |
+----------+
|        1 |
+----------+
1 row in set (0.00 sec)

mysql> SELECT version();
+-------------+
| version()   |
+-------------+
| 3.23.42-log |
+-------------+
1 row in set (0.00 sec)

Bye,

        Benjamin.


> Is this not something that belongs in section "1.4.4 Functionality
> Missing from MySQL" of the manual?
[...]

-- 
[EMAIL PROTECTED]

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to