条件一样,获取同一个表两个字段结果集

举例

select a.adev_id from td_device where a.type='1'
union
select a.zdev_id from td_device where a.type='1'
这种获取同一个表两个字段结果集 除了union 还有什么方式 这个只是sql 一部分 不能用其他方式拼接

https://www.cnblogs.com/skysowe/p/9117099.html