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

From Peter Eisentraut
Subject Re: is this proper sql?
Date
Msg-id Pine.LNX.4.30.0104172248140.762-100000@peter.localdomain
Whole thread Raw
In response to is this proper sql?  (clayton cottingham <drfrog@smartt.com>)
List 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 by date:

Previous
From: Jeff Hoffmann
Date:
Subject: Re: RTREE on points
Next
From: Oleg Bartunov
Date:
Subject: Re: RTREE on points