Re: is this proper sql?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: is this proper sql?
Дата
Msg-id Pine.LNX.4.30.0104172248140.762-100000@peter.localdomain
обсуждение исходный текст
Ответ на is this proper sql?  (clayton cottingham <drfrog@smartt.com>)
Список pgsql-sql
clayton cottingham 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');

This is real SQL (except for the now() function) but it isn't supported in
PostgreSQL yet.

-- 
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter



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

Предыдущее
От: Jeff Hoffmann
Дата:
Сообщение: Re: RTREE on points
Следующее
От: Oleg Bartunov
Дата:
Сообщение: Re: RTREE on points