Is there a way to make a SUM with the result of a subquery?

后端 未结 0 1435
梦毁少年i
梦毁少年i 2020-12-12 03:10

So i\'m trying to do something like this;

select sum (int),
(select line.osm_id 
    from planet_osm_point poi, planet_osm_polygon pol, planet_osm_line line
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题