DROP CONVERSION

    Description

    removes a previously defined conversion. To be able to drop a conversion, you must own the conversion.

    IF EXISTS

    Do not throw an error if the conversion does not exist. A notice is issued in this case.

    The name of the conversion. The conversion name may be schema-qualified.

    CASCADE

    RESTRICT

    Examples

    Drop the conversion named :

    There is no statement in the SQL standard.

    See Also

    ALTER CONVERSION,