Deletes an existing sequence from TiDB Cloud Lake.
DROP SEQUENCE [IF EXISTS] <sequence>
<sequence>
-- Delete a sequence named staff_id_seq DROP SEQUENCE staff_id_seq;