>> FROM (((((contacts AS c LEFT JOIN ...

This has come up several times on this list.  This behavior is
entirely consistent with the grammar for select statements
given in lang.html.  The (partial) syntax is "FROM table-list";
"FROM (table-list)" is not allowed.  I believe this also agrees
with the SQL92 std.

Regards

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to