用户可以选择仅清理回收站记录,或同时清理物理库中的表。语法:-- 清理回收站中的表(不清理物理库表) udal recycle_bin purge table where id = ?; -- 清理回收站中的表(同时清理物理库表) udal recycle_bin purge table where id = ? [with physical delete];参数说明:id = ?: 必填参数,指定要清理的回收站记录的主键ID。
DDL执行 在schema管理/库表管理/DDL语句执行 具体操作,请参见DDL语句执行。 /*序列创建语句*/ seqop @@addseq name='test_sequence' and value='2' and increment='1000' and min='2' and max='100000' and isCycle='false'; 删除全局序列 控制台方式 具体操作,请参见全局序列创建与删除。 DDL执行 具体操作,请参见DDL语句执行。