SQL Query

Поиск
Список
Период
Сортировка
От beyaNet Consultancy
Тема SQL Query
Дата
Msg-id 051D7AFC-7D05-11D8-AC21-0003938366A4@ntlworld.com
обсуждение исходный текст
Ответы Re: SQL Query
Список pgsql-sql
Hi,
I am trying to create a query which basically goes along the lines of:

INSERT INTO tableX ( COL1, COL2 ) VALUES ( x, y ) where COL1 !=x and
COL2 !=Y

So, insert a record into tableX where there is not already an existence
of COL1 and COL2

Can this be done as I have described or is there a more efficient way
to do this?

many thanks

Peter

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

Предыдущее
От: Guy Fraser
Дата:
Сообщение: Re: [GENERAL] PHP or JSP? That is the question.
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: SQL Query