> EXISTS
No.  Instead of 'where exists (select * ... )', use
'where (select count(*) ...) > 0'.

> cor[r]elated subqueries
No.  They're called variable subqueries on the
Features-not-supported page.

> range variables, or are they host variables ?
Both. (Neither is supported.)

Regards

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

Reply via email to