Mysql优化总结

通过sql显示表结构

show create table xm_fdd_contract \G

通过sql显示一个表有几个字段

select count(*) TABLE_SCHEMA from information_schema.COLUMNS where TABLE_SCHEMA='xmebank_dev_new' and table_name='xm_cater';

One thought on “Mysql优化总结”

发表评论

您的电子邮箱地址不会被公开。 必填项已用*标注