String Functions PostgreSQL

postgres=# SELECT substr(1234, 3);
 substr
--------
 34
(1 row)
postgres=#