Vol. I · A Postgres HandbookTwelve chapters · · 756 queries

The Query & the Schema

A reading-room reference for writing PostgreSQL by hand — selects to window functions, with the schema in plain view.

FrontChaptersSchemaColophon
Chapters · Basic SELECT · Query 066 / 136
IntermediateBasic SELECT

Use a Sequence

The query

SQL
SELECT nextval('order_number_seq');
SELECT currval('order_number_seq');
Tested against PostgreSQL 16

Note

“nextval() increments and returns the next number. currval() returns the last number generated in your current session.

← Previous

Create a custom Sequence

Next →

DDL Practice: Create table variant #1

The Query & the Schema

Set in Fraunces and Inter Tight. Printed on parchment, in oxblood and ink. No tracking, no accounts, no JavaScript on the answer pages beyond what your browser needs to copy a query.

Compiled for Postgres 16 · MMXXVI