Re: is this proper sql? - Mailing list pgsql-sql

From Tom Lane
Subject Re: is this proper sql?
Date
Msg-id 6157.987539933@sss.pgh.pa.us
Whole thread Raw
In response to is this proper sql?  (clayton cottingham <drfrog@smartt.com>)
List pgsql-sql
clayton cottingham <drfrog@smartt.com> writes:
> hi one of the developers here at work say this should work
>  insert into detail (det_id,det_mas_id,det_date,det_amt) values 
> (0,0,now(),'0'), (1,1,now(),'1');

Multiple rows in INSERT ... VALUES are legal according to the SQL92
spec, but we don't support that (yet).
        regards, tom lane


pgsql-sql by date:

Previous
From: John Hasler
Date:
Subject: Re: function to format floats as money?
Next
From: Jeff Hoffmann
Date:
Subject: Re: RTREE on points