登录websql地址:
select TABLE_NAME from information_schema.tables where TABLE_SCHEMA='rebate';查询表名
select column_name from information_schema.columns where table_schema='rebate' and table_name='t_rebate_plan';在根据表名查列名
登录websql地址:
select TABLE_NAME from information_schema.tables where TABLE_SCHEMA='rebate';查询表名
select column_name from information_schema.columns where table_schema='rebate' and table_name='t_rebate_plan';在根据表名查列名