Re: the column in Update

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: the column in Update
Дата
Msg-id 2146.1100132602@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: the column in Update  (John Fabiani <jfabiani@yolo.com>)
Список pgsql-general
John Fabiani <jfabiani@yolo.com> writes:
> Thanks but in the doc's it uses the term 'columnname'.  The real issue is the
> tablename.columnname is supported in MySQL and I'm trying to support Postgres
> and MySQL with a single code routine.

If you want portable code, I suggest conforming to the SQL-standard
syntax.  The table name is disallowed there according to the spec.

            regards, tom lane

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

Предыдущее
От: "Net Virtual Mailing Lists"
Дата:
Сообщение: Re: Important Info on comp.databases.postgresql.general
Следующее
От: "Mike Cox"
Дата:
Сообщение: Postgresql future changes