通过注释查找mysql的表名

通过注释查找mysql的表名

通过注释查找mysql的表名

select * from INFORMATION_SCHEMA.columns where COLUMN_NAME Like '%placement%';

05-15 12:09