Example: CountSessionsQuery

In the following example query, bind variables marked with question marks are used with CountSessionsQueryParam listed below the query.
CountSessionsQuery SELECT COUNT(id) FROM sessions \
      WHERE stop_time IS NULL AND imsi=?
CountSessionsQueryParam %0