DROP CONVERSIONSection: SQL Commands (7)Updated: 2003-11-02 |
DROP CONVERSIONSection: SQL Commands (7)Updated: 2003-11-02 |
DROP CONVERSION name [ CASCADE | RESTRICT ]
DROP CONVERSION removes a previously defined conversion. To be able to drop a conversion, you must own the conversion.
To drop the conversion named myname:
DROP CONVERSION myname;
There is no DROP CONVERSION statement in the SQL standard.