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 058 / 136
EasyBasic SELECT

Cast data types using CAST() standard

The query

SQL
SELECT 
  CAST('100' AS INTEGER),
  CAST(salary AS VARCHAR)
FROM employees;
Tested against PostgreSQL 16

Note

“CAST() is ANSI SQL standard. Does exactly the same thing as :: but is cross-database compatible.

Tables referenced

  • employees10 cols

← Previous

Cast data types using :: syntax

Next →

Array data types

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