Is the += or *= operator used in PostgreSQL ?
Started by Bruno Baguetteabout 23 years ago2 messagesgeneral
Hello,
I'm testing PostgreSQL 7.3.2 with LEFT OUTER JOINS or the += or *=
operator (like the Oracle RDBMS).
It seems that PostgreSQL don't accept the += or *= operator...
Am I wrong ?
Thanks in advance !
------------------------------------------------
Bruno BAGUETTE - bruno.baguette@netcourrier.com
Re: Is the += or *= operator used in PostgreSQL ?
On Tue, 8 Apr 2003, Bruno Baguette wrote:
I'm testing PostgreSQL 7.3.2 with LEFT OUTER JOINS or the += or *=
operator (like the Oracle RDBMS).It seems that PostgreSQL don't accept the += or *= operator...
Am I wrong ?
Correct, we use the SQL standard syntax for outer joins only.