| From: | Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com> |
|---|---|
| To: | Per-Olof Pettersson <pgsql(at)peope(dot)net> |
| Cc: | pgsql-general(at)postgresql(dot)org, pgsql-sql(at)postgresql(dot)org |
| Subject: | Re: Create an empty record |
| Date: | 2001-05-19 20:45:02 |
| Message-ID: | Pine.BSF.4.21.0105191344070.50686-100000@megazone23.bigpanda.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general pgsql-sql |
I believe it's:
insert into product default values;
(Don't blame us, blame the standard... :) )
On Sat, 19 May 2001, Per-Olof Pettersson wrote:
> Hi
>
> How would one goabout creating an empty record (for use in relations).
>
> I have tried INSERT INTO product() VALUES(); but as expected it did not
> work.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Neil Conway | 2001-05-19 20:46:08 | Re: Can not drop sequence... |
| Previous Message | Per-Olof Pettersson | 2001-05-19 19:32:16 | Re: Create an empty record |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2001-05-20 00:36:22 | Truncation of char, varchar, bit, varbit types (fwd) |
| Previous Message | Per-Olof Pettersson | 2001-05-19 19:32:16 | Re: Create an empty record |