SQL 6.5 using views

From: "Joe Foster" <fosterware(at)home(dot)com>
To: pgsql-questions(at)postgresql(dot)org
Subject: SQL 6.5 using views
Date: 2000-01-18 17:12:41
Message-ID: da1h4.2463$sO5.31702@news.rdc1.tn.home.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Via SQL Enterprise manager, I'm trying to use a view in a join update and
get SQL error "Msg 156, Level 15, State 1 - Incorrect syntax near the
keyword 'INNER'".

The syntax is

UPDATE TableName INNER JOIN ViewName
ON Tablename.Key = ViewName.Key
SET ...

Anybody know what at's wrong here?

Thanks in advance,

Joe Foster

Browse pgsql-general by date

  From Date Subject
Next Message Alex Guryanow 2000-01-18 17:36:54 Cannot create index
Previous Message Mitja Novak 2000-01-18 15:58:27 launguage...