You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sql语句如下: SELECT column_name, column_comment FROM information_schema.columns WHERE table_schema = 'your_database_name' AND table_name = 'your_table_name';
自己测试尝试了已有语法的组合,并未实现此功能,特地来请教大佬。
The text was updated successfully, but these errors were encountered:
Description
想要查询库表的字段和字段的comment。
sql语句如下:
SELECT column_name, column_comment FROM information_schema.columns WHERE table_schema = 'your_database_name' AND table_name = 'your_table_name';
自己测试尝试了已有语法的组合,并未实现此功能,特地来请教大佬。
The text was updated successfully, but these errors were encountered: