LoginSignup
8
9

More than 5 years have passed since last update.

Postgresqlで型を調べたい

Posted at

pg_typeofが便利です。

pg_typeof(any)
指定した値のデータ型を取得

select pg_typeof('32767'::smallint + 2); -> integer
8
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
9