Was this helpful?
DROP PERMIT ON SEQUENCE Example
Drop all permissions on seq1:
DROP PERMIT ON SEQUENCE seq1 ALL
In an application, drop the second permission on sequence seq1:
DROP IF EXISTS salary, salidx, accounting.emp_sal;\g
Last modified date: 04/03/2024