Re: is this proper sql?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: is this proper sql?
Дата
Msg-id 6157.987539933@sss.pgh.pa.us
обсуждение исходный текст
Ответ на is this proper sql?  (clayton cottingham <drfrog@smartt.com>)
Список 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 по дате отправления:

Предыдущее
От: John Hasler
Дата:
Сообщение: Re: function to format floats as money?
Следующее
От: Jeff Hoffmann
Дата:
Сообщение: Re: RTREE on points