Question
· Jul 27, 2023

Get sql statement that has been in executed by %ResultSet or %Library.ResultSet

Hi all,

I am using %Library.ResultSet to execute my query which I have something like this.
Query GetABC() As %SqlQuery [SqlProc]{

}

After I execute this query and a resultset it returns from this. Now What I want to know is the SQL statement which will have the values dynamically added into while execution.

Product version: IRIS 2023.2
Discussion (3)3
Log in or sign up to continue