我想缩短这个postgresql查询,这样我就不需要多次重复"coalesce(gl.email,mc.email“……from righttable r full outer join lefttable l on r.email=l.email order by coalesce(r.email, l.email) limit 10
sumoddsquare' :: (Num a) => [a] -> a我想要的输出是35Couldn't match expected type `[a] -> a' In the expression: [x ^ 2 | x <- [1 .. 9999], odd x]
In an equation for sumodd