Delete encrypted objects with OpenEdge SQL
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
To delete an encrypted object with OpenEdge SQL, use the DROP TABLE,
DROP INDEX, or ALTER TABLE DROP COLUMN statements. When
any of the statements are invoked, OpenEdge SQL removes any policies in the database security
schema that are associated with the object to be deleted.