Re: INSERT Issues

From: "Rod Taylor" <rod(dot)taylor(at)inquent(dot)com>
To: "Ross J(dot) Reedstrom" <reedstrm(at)rice(dot)edu>, "Hackers List" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: INSERT Issues
Date: 2001-04-06 15:17:56
Message-ID: 064201c0beac$c2c4bea0$2205010a@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

create table junk (col SERIAL);

INSERT INTO junk (col) VALUES (DEFAULT);
ERROR: parser: parse error at or near "DEFAULT";

> INSERT INTO junk (col) VALUES (DEFAULT);
>
> Does that work for you?
>
> Ross
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-04-06 15:20:33 Re: Foreign Key & Rule confusion WAS: Lost Trigger(s)?
Previous Message The Hermit Hacker 2001-04-06 14:55:21 RC3 ...