400InvalidPositiveIntegerValue value at 'number' failed to satisfy constraint: Argument must be positive integer.取值必须为正整数。400InvalidTimeThe end time must be later than the start time.结束时间必须晚于开始时间。
用户可以选择仅清理回收站记录,或同时清理物理库中的表。语法:-- 清理回收站中的表(不清理物理库表) udal recycle_bin purge table where id = ?; -- 清理回收站中的表(同时清理物理库表) udal recycle_bin purge table where id = ? [with physical delete];参数说明:id = ?: 必填参数,指定要清理的回收站记录的主键ID。