Re: Automatic PK values not added to new rows

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Automatic PK values not added to new rows
Date: 2022-05-25 18:18:17
Message-ID: 69f05b29-3d6d-f444-8e7c-36ac1763cdaf@appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 25 May 2022, Adrian Klaver wrote:

> What is max(person_nbr)?

bustrac=# select max(person_nbr) from people;
max
-----
965
(1 row)

Rich

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2022-05-25 18:21:33 Re: Automatic PK values not added to new rows
Previous Message Rich Shepard 2022-05-25 18:17:16 Re: Automatic PK values not added to new rows