Question Jonathan Wald · Oct 28, 2023 escape bracket in SQL I've written a stored procedure for SQL as follows. The second parameter is a search path that may use a single quote or bracket as part of its expression. When the expression uses a single quote, I can double it within SQL, and it works well. In this example, 'testDate' is written as ' ' testDate ' ' . Select HISOL_MEAS.SQLProc_JSONpath(fullAnnotation,'HbA1cTests.sort(''testDate'',false).resultValue') As reverseSortedTests In the next example I'd like to use brackets (see below), which causes an error. #Global Masters #InterSystems IRIS 0 5 0 324
Question Jonathan Wald · May 25, 2022 Data import/export I am creating "models" that contain rows in several class tables called Model, Path, Node. So, model 19 includes 1 row in the Model table, 11 rows in the Path table, and 10 rows in the Node table. I'd like to write some utilities to "move" model 19 from one instance to another. #Data Import and Export #Globals #Caché 0 4 0 519