Options

Code Analysis - Scalar subqueries

Code Analysis ought to be able to deterine that this is a scalar subquery
(select string_agg(col_a) from tbl_z)
It doesn't seem to be able to.

Answers

Sign In or Register to comment.