示例
select ( (select column1 as one from a where id=1)+(select column2 as two from b where id=1) )
两个 select 结果做运算
最新推荐文章于 2024-04-30 11:07:06 发布
示例
select ( (select column1 as one from a where id=1)+(select column2 as two from b where id=1) )