根据字段名和表名查询字段的备注信息

2019-07-16  本文已影响0人  q若水

select column_comment from information_schema.columns where table_name = 'product_product' and column_name = 'product_category' and table_schema = 'product_caishen';

上一篇 下一篇

猜你喜欢

热点阅读