select  dev_type as typeId, dev_type_name as typeName from my_base_device_field

MySql 数据库查询字段重复解决方案

 

select DISTINCT dev_type as typeId, dev_type_name as typeName from my_base_device_field

MySql 数据库查询字段重复解决方案

 

 

相关文章: