摘要:
select table_name from information_schema.tables where table_schema='lcxtest' and table_type='base table' alter table user_role rename USER_ROLE; alter table test rename test1; --修改表名 alter ta... 阅读全文
posted @ 2018-08-12 15:15
1156740846
阅读(744)
评论(0)
推荐(0)