Example: SaveTMSIQuery

In the following example query, bind variables marked with question marks are used with SaveTMSIQueryParams listed below the query.
SaveTMSIQuery replace SIMTMSI (IMSI, TMSI) values (?, ?)
SaveTMSIQueryParam %0
SaveTMSIQueryParam %1
Instead of the previous example, you can also use the following query without the SaveTMSIQueryParam. In this case, SQL quoted values are used to create the SQL query.
SaveTMSIQuery replace SIMTMSI (IMSI, TMSI) values (%0, %1)