Mega Code Archive

 
Categories / PostgreSQL / Data Type
 

Using Type Conversion Functions

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