Re: Conditional SQL query

Поиск
Список
Период
Сортировка
От Cristóvão B. B. Dalla Costa
Тема Re: Conditional SQL query
Дата
Msg-id 003401c04771$cf180bb0$02ffa8c0@terrificus
обсуждение исходный текст
Ответ на Re: Conditional SQL query  (Indraneel Majumdar <indraneel@www.cdfd.org.in>)
Ответы Re: Conditional SQL query  (Indraneel Majumdar <indraneel@www.cdfd.org.in>)
Список pgsql-sql
> > insert into table select ... where col1 = 'value'
> > 
> 
> this is working but I am inserting values directly and not by select. eg:
> 
> insert into table values(x,x,x)
> and not
> insert into table select * from table2
> 

insert into table select (x, x, x) where col1 = 'value'



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

Предыдущее
От: Indraneel Majumdar
Дата:
Сообщение: Re: Conditional SQL query
Следующее
От: Indraneel Majumdar
Дата:
Сообщение: Re: Conditional SQL query