sql将两列合并到一列上面(已解决)

select tp.combination_name as t 
from 
t_service_price as tp;
            UNION
 select tp.subheading as t 
 from 
 t_service_price as tp;

两列变变一列:已解决:欧耶

你可能感兴趣的:(后端专栏)