Question about update syntaxt

Поиск
Список
Период
Сортировка
От Michael M Friedel
Тема Question about update syntaxt
Дата
Msg-id 5BD9C777-3A63-4A00-8B4B-F1BB5C230893@betty-tv.com
обсуждение исходный текст
Ответы Re: Question about update syntaxt  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Список pgsql-sql
I am trying to use an application (Through ODBC) that uses the  
following update syntax

UPDATE MyTable SET MyTable.id=2 WHERE id=1

unfortunatly I get an error message

ERROR:  column "mytable" of relation "mytable" does not exist

Question is, is ther something I can configure that will make  
Postgresql accept these kind of statments ?




------------------------------------
Michael M Friedel
Research & Development





В списке pgsql-sql по дате отправления:

Предыдущее
От: "Igor Kryltsov"
Дата:
Сообщение: Re: Help to drop table
Следующее
От: Tony Wasson
Дата:
Сообщение: Re: Looking for a way to sum integer arrays....