top of page
CerebroSQL

RDBMS Type: PostgreSQL

DROP CAST

Topic

DROP CAST [ IF EXISTS ] (sourcetype AS targettype) [ CASCADE | RESTRICT ]

Example

DROP CAST (text AS int);

bottom of page