Using Type Conversion Functions : text « Data Type « PostgreSQL






Using Type Conversion Functions


postgres=#
postgres=# -- Using Type Conversion Functions
postgres=#
postgres=# SELECT text(1000) AS explicit_text;
 explicit_text
---------------
 1000
(1 row)

postgres=#
           
       








Related examples in the same category

1.Declare Text type variable