I want to get values of a row of array with no-expression. for reduce the expressions, for reduce Apply-to-each, for easy, for simple. Scenario: - Get some values from SQL Server by multiple queries, and use these values without the apply-to-each operations Problem: - A query of SQL Server output a recordset as array, even if only one row. - the query like: select top 1 Name, Value from table1 order by orderid - To use these value, need to the 'Apply-to-each' operation, and use each value in the scope. - When there are multiple queries, need to Nested 'Apply-to-each' operations, - In each scope of 'Apply-to-each' operation, can use each value with no-expresson Therefore: - I want the operation 'Get values of a row of array' Regards, Yoshihiro Kawabata
... View more