Is there a way to get the corresponding SQL query for each of the result sets when multi-query is executed? For instance, when executing `select 1; select 2;` should show the corresponding queries in the result set.