Delete encrypted objects with OpenEdge SQL
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- 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.