Re: Is it databases in general, SQL or Postgresql?

Поиск
Список
Период
Сортировка
От William Yu
Тема Re: Is it databases in general, SQL or Postgresql?
Дата
Msg-id dldbk5$2uru$1@news.hub.org
обсуждение исходный текст
Ответ на Re: Is it databases in general, SQL or Postgresql?  (Bob Pawley <rjpawley@shaw.ca>)
Список pgsql-general
Bob Pawley wrote:
> Thank you.
>
> What clause is acceptable??

INSERT has no conditional clause. You send INSERT, it goes to the
database -- the database either accepts it or rejects it (unique key
violations, bad data, etc).

If you want to INSERT if some value = 'xxx', wrap an IF THEN statement
around it.

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

Предыдущее
От:
Дата:
Сообщение: Customizing the Windows installer
Следующее
От: William Yu
Дата:
Сообщение: Re: Choosing PostgreSQL as the database for our next project