举例select a.adev_id from td_device where a.type='1'unionselect a.zdev_id from td_device where a.type='1'这种获取同一个表两个字段结果集 除了union 还有什么方式 这个只是sql 一部分 不能用其他方式拼接
https://www.cnblogs.com/skysowe/p/9117099.html