Re: Alter Table Auto_Increment

From: Carlos Mennens <carlos(dot)mennens(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Alter Table Auto_Increment
Date: 2010-09-20 18:54:29
Message-ID: AANLkTikESJO6NKeVKC0p4e03KW5Ce=h8HhY4dobMB31O@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Sep 20, 2010 at 2:43 PM, A.M. <agentm(at)themactionfaction(dot)com> wrote:
> DEFAULT

Sorry just to be clear you're saying that I need to enter the command as:

INSERT INTO table_name DEFAULT VALUES (
'data',
'data',
'data',
'data',
'2010-09-20'
);

Or does the 'DEFAULT' value go in ( )?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thom Brown 2010-09-20 18:56:50 Re: Alter Table Auto_Increment
Previous Message Thom Brown 2010-09-20 18:53:42 Re: Alter Table Auto_Increment