Re: is this proper sql?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: clayton cottingham <drfrog(at)smartt(dot)com>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: is this proper sql?
Date: 2001-04-17 20:48:55
Message-ID: Pine.LNX.4.30.0104172248140.762-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Oleg Bartunov 2001-04-17 21:18:14 Re: RTREE on points
Previous Message Jeff Hoffmann 2001-04-17 20:45:16 Re: RTREE on points