Please repair fault domains and disk paths.系统中存在低冗余或错误数据,不允许操作。请修复故障域和磁盘路径。403TrialExpiredThe software trial version has expired.软件试用期已过期。405InvalidMethodThe specified method does not exist.指定的方法不存在。
update test_table set age=31 where id=1;查询更新后的表数据。select * from test_table where id=1;删除表中id为1的数据。delete from test_table where id=1;删除表结构。drop table test_table;删除数据库。drop database test_db;