DROP CONVERSION
Removes a CONVERSION.
Synopsis
DROP CONVERSION [IF EXISTS] <name> [CASCADE | RESTRICT]
Description
DROP CONVERSION
removes a previously defined conversion. To be able to drop a conversion, you must own the conversion.
Parameters
Examples
Drop the conversion named myname
:
DROP CONVERSION myname;
Compatibility
There is no DROP CONVERSION
statement in the SQL standard.