> ... handicapped by not being able to use parens in a FROM clause.

It's not that you can't use parens anywhere in a FROM clause; you
just can't have the entire table-list enclosed in parens.  You can
still do something like

  select * from (t1 left join t2 on ...) join t3 on ...

Regards

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

Reply via email to