table1 为空, 所以 row1 为空。为什么select (select row1 from table1) as row2结果是 null 而不是空呢
table1 为空, 所以 row1 为空。为什么select (select row1 from table1) as row2结果是 null 而不是空呢
1
leonshaw Oct 3, 2022
这是 scalar subquery
|