websql線上sql查詢

登錄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';在根據表名查列名

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章