Re: Conditional SQL query - Mailing list pgsql-sql

From Cristóvão B. B. Dalla Costa
Subject Re: Conditional SQL query
Date
Msg-id 003401c04771$cf180bb0$02ffa8c0@terrificus
Whole thread Raw
In response to Re: Conditional SQL query  (Indraneel Majumdar <indraneel@www.cdfd.org.in>)
Responses Re: Conditional SQL query
List 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 by date:

Previous
From: Indraneel Majumdar
Date:
Subject: Re: Conditional SQL query
Next
From: Indraneel Majumdar
Date:
Subject: Re: Conditional SQL query