[OK] 2023-02-20 15:30:02 cleanup files older than 4 days [OK] 2023-02-20 15:31:02 get sessions summary select user, SUBSTR(host, 1, INSTR(host, ':') - 1) host, db, command, count(*) from information_schema.PROCESSLIST group by 1,2,3,4 order by count(*) desc, 1,2,3,4 +-------------+-------------------------------------------------+--------------------+---------+----------+ | user | host | db | command | count(*) | +-------------+-------------------------------------------------+--------------------+---------+----------+ | besdb_user | 172.24.150.136 | bes_core | Sleep | 103 | | besdb_user | 172.24.150.134 | bes_core | Sleep | 101 | | besdb_user | 172.24.150.135 | bes_core | Sleep | 98 | | besdb_user | 172.24.150.132 | bes_core | Sleep | 92 | | besdb_user | 172.24.150.131 | bes_core | Sleep | 85 | | besdb_user | 172.24.150.133 | bes_core | Sleep | 78 | | system user | | NULL | Sleep | 65 | | besdb_user | 172.24.150.131 | bes_core | Query | 11 | | besdb_user | 172.24.150.133 | bes_core | Query | 5 | | besdb_user | 172.24.150.136 | bes_core | Query | 4 | | besdb_user | 172.24.150.132 | bes_core | Query | 3 | | besdb_user | 172.24.150.135 | bes_core | Query | 3 | | gcis_pmm | t1vdbs-gcissc-pmm01.dbaas.gcisdctr.hksarg | NULL | Sleep | 3 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | besdb_owner | 172.24.150.130 | bes_core | Sleep | 1 | | besdb_user | 172.24.150.134 | bes_core | Query | 1 | | root | | NULL | Query | 1 | +-------------+-------------------------------------------------+--------------------+---------+----------+ [OK] 2023-02-20 15:31:02 get non-sleep session details (limit 100) select * from information_schema.PROCESSLIST where lower(command) <> 'sleep' and user not in ('root') order by time desc limit 100 +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | ID | USER | HOST | DB | COMMAND | TIME | STATE | INFO | TIME_MS | STAGE | MAX_STAGE | PROGRESS | MEMORY_USED | MAX_MEMORY_USED | EXAMINED_ROWS | QUERY_ID | INFO_BINARY | TID | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | 4902928 | besdb_user | 172.24.150.131:4947 | bes_core | Query | 16014 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16014905.043 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448048927 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16687 | | 4903072 | besdb_user | 172.24.150.133:62214 | bes_core | Query | 15956 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 15956666.227 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448070117 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7190 | | 4901701 | besdb_user | 172.24.150.131:51895 | bes_core | Query | 15890 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 15890412.672 | 0 | 0 | 0.000 | 312936 | 312936 | 0 | 1448093473 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 125966 | | 4902932 | besdb_user | 172.24.150.131:52111 | bes_core | Query | 15883 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 15883778.789 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094386 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 6406 | | 4903028 | besdb_user | 172.24.150.131:50523 | bes_core | Query | 15882 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 15882862.831 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094403 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16592 | | 4903350 | besdb_user | 172.24.150.131:28717 | bes_core | Query | 15881 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 15881354.159 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094425 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 18608 | | 4903348 | besdb_user | 172.24.150.131:16301 | bes_core | Query | 15881 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 15881777.497 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094418 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 125975 | | 4900170 | besdb_user | 172.24.150.135:4414 | bes_core | Query | 15881 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 15881220.756 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448094429 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 18606 | | 4899653 | besdb_user | 172.24.150.132:37160 | bes_core | Query | 15830 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 15830160.092 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448109642 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 21606 | | 4903534 | besdb_user | 172.24.150.136:32905 | bes_core | Query | 15823 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 15823517.048 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110078 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16581 | | 4900251 | besdb_user | 172.24.150.136:1816 | bes_core | Query | 15822 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 15822687.020 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110104 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16683 | | 4903538 | besdb_user | 172.24.150.136:22899 | bes_core | Query | 15821 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 15821005.829 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110152 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 21750 | | 4903473 | besdb_user | 172.24.150.131:56349 | bes_core | Query | 15818 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 15818192.047 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110523 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 21749 | | 4896788 | besdb_user | 172.24.150.133:54220 | bes_core | Query | 15818 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 15818140.055 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110539 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 21620 | | 4903253 | besdb_user | 172.24.150.133:26423 | bes_core | Query | 15769 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 15769915.790 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132092 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 22086 | | 4903682 | besdb_user | 172.24.150.133:40949 | bes_core | Query | 15763 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 15763404.389 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132209 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 3494 | | 4903488 | besdb_user | 172.24.150.135:43269 | bes_core | Query | 15762 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 15762647.739 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132219 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 21812 | | 4903483 | besdb_user | 172.24.150.131:1733 | bes_core | Query | 15761 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 15761577.706 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132230 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 119221 | | 4903693 | besdb_user | 172.24.150.131:44070 | bes_core | Query | 15758 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 15758032.576 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132439 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7236 | | 4903691 | besdb_user | 172.24.150.131:56990 | bes_core | Query | 15758 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 15758055.298 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132435 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 62626 | | 4898908 | besdb_user | 172.24.150.131:6689 | bes_core | Query | 15709 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 15709827.514 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448142635 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 20592 | | 4903687 | besdb_user | 172.24.150.133:49692 | bes_core | Query | 15578 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 15578357.004 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448179492 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 24391 | | 4900055 | besdb_user | 172.24.150.136:57680 | bes_core | Query | 15563 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 15563516.884 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448188093 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 20551 | | 4930819 | besdb_user | 172.24.150.132:15876 | bes_core | Query | 65 | Updating | DELETE FROM tb_das_tran_evid_summary_upload_evid_id WHERE bi_summary_upload_id = 237691 | 65123.716 | 0 | 0 | 0.000 | 82024 | 86104 | 18492222 | 1453512631 | DELETE FROM tb_das_tran_evid_summary_upload_evid_id WHERE bi_summary_upload_id = 237691 | 7485 | | 2071920 | besdb_user | 172.24.150.135:43202 | bes_core | Query | 1 | Updating | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-780376e6-62d0-4060-8327-1c4eec54b7ad', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 1492.159 | 0 | 0 | 0.000 | 82024 | 86104 | 593281 | 1453538201 | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-780376e6-62d0-4060-8327-1c4eec54b7ad', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 37558 | | 1662333 | besdb_user | 172.24.150.132:56921 | bes_core | Query | 1 | Updating | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-41d1e9c5-9171-4180-bd53-345e80eb223a', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 1394.532 | 0 | 0 | 0.000 | 82024 | 86104 | 445736 | 1453538480 | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-41d1e9c5-9171-4180-bd53-345e80eb223a', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 10377 | | 1662330 | besdb_user | 172.24.150.133:27458 | bes_core | Query | 0 | Updating | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-029c4f60-cec7-4393-8682-fb2710917276', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 20.926 | 0 | 0 | 0.000 | 82024 | 86104 | 5913 | 1453540417 | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-029c4f60-cec7-4393-8682-fb2710917276', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 10408 | | 1662327 | besdb_user | 172.24.150.134:1176 | bes_core | Query | 0 | Updating | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-99fcff00-16a2-41d8-b6a1-5a47870d8560', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 801.458 | 0 | 0 | 0.000 | 82024 | 86104 | 285638 | 1453539349 | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-99fcff00-16a2-41d8-b6a1-5a47870d8560', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 27697 | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ [OK] 2023-02-20 15:31:02 cleanup files older than 4 days [OK] 2023-02-20 15:32:01 get sessions summary select user, SUBSTR(host, 1, INSTR(host, ':') - 1) host, db, command, count(*) from information_schema.PROCESSLIST group by 1,2,3,4 order by count(*) desc, 1,2,3,4 +----------------------+-------------------------------------------------+--------------------+---------+----------+ | user | host | db | command | count(*) | +----------------------+-------------------------------------------------+--------------------+---------+----------+ | besdb_user | 172.24.150.136 | bes_core | Sleep | 117 | | besdb_user | 172.24.150.135 | bes_core | Sleep | 111 | | besdb_user | 172.24.150.134 | bes_core | Sleep | 103 | | besdb_user | 172.24.150.132 | bes_core | Sleep | 97 | | besdb_user | 172.24.150.131 | bes_core | Sleep | 93 | | besdb_user | 172.24.150.133 | bes_core | Sleep | 85 | | system user | | NULL | Sleep | 65 | | besdb_user | 172.24.150.131 | bes_core | Query | 11 | | besdb_user | 172.24.150.133 | bes_core | Query | 6 | | besdb_user | 172.24.150.136 | bes_core | Query | 4 | | besdb_user | 172.24.150.132 | bes_core | Query | 3 | | besdb_user | 172.24.150.135 | bes_core | Query | 3 | | gcis_pmm | t1vdbs-gcissc-pmm01.dbaas.gcisdctr.hksarg | NULL | Sleep | 3 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | besdb_owner | 172.24.150.130 | bes_core | Sleep | 1 | | besdb_user | 172.24.150.134 | bes_core | Query | 1 | | root | | NULL | Query | 1 | | unauthenticated user | t1vdbs-gcissc-haproxy02a.dbaas.gcisdctr.hksarg | NULL | Connect | 1 | | unauthenticated user | t2vdbs-gcissc-haproxy02a.dbaas.gcisdctr.hksarg | NULL | Connect | 1 | +----------------------+-------------------------------------------------+--------------------+---------+----------+ [OK] 2023-02-20 15:32:02 get non-sleep session details (limit 100) select * from information_schema.PROCESSLIST where lower(command) <> 'sleep' and user not in ('root') order by time desc limit 100 +---------+------------+------------------------------------------------------+----------+---------+-------+---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | ID | USER | HOST | DB | COMMAND | TIME | STATE | INFO | TIME_MS | STAGE | MAX_STAGE | PROGRESS | MEMORY_USED | MAX_MEMORY_USED | EXAMINED_ROWS | QUERY_ID | INFO_BINARY | TID | +---------+------------+------------------------------------------------------+----------+---------+-------+---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | 4902928 | besdb_user | 172.24.150.131:4947 | bes_core | Query | 16074 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16074979.047 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448048927 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16687 | | 4903072 | besdb_user | 172.24.150.133:62214 | bes_core | Query | 16016 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16016740.231 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448070117 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7190 | | 4901701 | besdb_user | 172.24.150.131:51895 | bes_core | Query | 15950 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 15950486.676 | 0 | 0 | 0.000 | 312936 | 312936 | 0 | 1448093473 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 125966 | | 4902932 | besdb_user | 172.24.150.131:52111 | bes_core | Query | 15943 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 15943852.793 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094386 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 6406 | | 4903028 | besdb_user | 172.24.150.131:50523 | bes_core | Query | 15942 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 15942936.835 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094403 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16592 | | 4903350 | besdb_user | 172.24.150.131:28717 | bes_core | Query | 15941 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 15941428.163 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094425 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 18608 | | 4903348 | besdb_user | 172.24.150.131:16301 | bes_core | Query | 15941 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 15941851.501 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094418 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 125975 | | 4900170 | besdb_user | 172.24.150.135:4414 | bes_core | Query | 15941 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 15941294.760 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448094429 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 18606 | | 4899653 | besdb_user | 172.24.150.132:37160 | bes_core | Query | 15890 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 15890234.096 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448109642 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 21606 | | 4903534 | besdb_user | 172.24.150.136:32905 | bes_core | Query | 15883 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 15883591.052 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110078 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16581 | | 4900251 | besdb_user | 172.24.150.136:1816 | bes_core | Query | 15882 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 15882761.024 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110104 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16683 | | 4903538 | besdb_user | 172.24.150.136:22899 | bes_core | Query | 15881 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 15881079.833 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110152 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 21750 | | 4903473 | besdb_user | 172.24.150.131:56349 | bes_core | Query | 15878 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 15878266.051 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110523 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 21749 | | 4896788 | besdb_user | 172.24.150.133:54220 | bes_core | Query | 15878 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 15878214.059 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110539 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 21620 | | 4903253 | besdb_user | 172.24.150.133:26423 | bes_core | Query | 15829 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 15829989.794 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132092 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 22086 | | 4903682 | besdb_user | 172.24.150.133:40949 | bes_core | Query | 15823 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 15823478.393 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132209 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 3494 | | 4903488 | besdb_user | 172.24.150.135:43269 | bes_core | Query | 15822 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 15822721.743 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132219 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 21812 | | 4903483 | besdb_user | 172.24.150.131:1733 | bes_core | Query | 15821 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 15821651.710 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132230 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 119221 | | 4903693 | besdb_user | 172.24.150.131:44070 | bes_core | Query | 15818 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 15818106.580 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132439 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7236 | | 4903691 | besdb_user | 172.24.150.131:56990 | bes_core | Query | 15818 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 15818129.302 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132435 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 62626 | | 4898908 | besdb_user | 172.24.150.131:6689 | bes_core | Query | 15769 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 15769901.518 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448142635 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 20592 | | 4903687 | besdb_user | 172.24.150.133:49692 | bes_core | Query | 15638 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 15638431.008 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448179492 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 24391 | | 4900055 | besdb_user | 172.24.150.136:57680 | bes_core | Query | 15623 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 15623590.888 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448188093 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 20551 | | 4930819 | besdb_user | 172.24.150.132:15876 | bes_core | Query | 125 | Updating | DELETE FROM tb_das_tran_evid_summary_upload_evid_id WHERE bi_summary_upload_id = 237691 | 125197.720 | 0 | 0 | 0.000 | 82024 | 86104 | 36238204 | 1453512631 | DELETE FROM tb_das_tran_evid_summary_upload_evid_id WHERE bi_summary_upload_id = 237691 | 7485 | | 2071920 | besdb_user | 172.24.150.135:43202 | bes_core | Query | 1 | Updating | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-79155794-e765-4994-934b-df43c0424c72', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 1188.753 | 0 | 0 | 0.000 | 82024 | 86104 | 467620 | 1453603927 | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-79155794-e765-4994-934b-df43c0424c72', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 23154 | | 1662333 | besdb_user | 172.24.150.132:56921 | bes_core | Query | 1 | Updating | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-9337dfbc-b9a1-4e3e-8c7b-ed885174af6d', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 1708.848 | 0 | 0 | 0.000 | 82024 | 86104 | 701279 | 1453603458 | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-9337dfbc-b9a1-4e3e-8c7b-ed885174af6d', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 10377 | | 4931744 | gcis_dbmon | t2vdbs-gcissc-haproxy02a.dbaas.gcisdctr.hksarg:33854 | NULL | Connect | 0 | Reading from net | NULL | 214.540 | 0 | 0 | 0.000 | 46848 | 46848 | 0 | 0 | NULL | 108829 | | 4930659 | besdb_user | 172.24.150.134:46574 | bes_core | Query | 0 | Statistics | select bi_bes_trip_trxn_id, vc_evidence_id from tb_bes_trip_trxn t where t.ti_toll_domain_id=5 and t.i_yyyymm=202302 and IFNULL(b_reversal, 0) = 0 and (t.bi_tag_id = NULL or t.vc_vrm_hashed = '9CF2211319E81A78DEF539A311909CCFB339DF6CFFDFD28348800E32FF20FB52') and t.dt_bes_trxn_datetime BETWEEN DATE_ADD('2023-02-20 15:30:06', INTERVAL 30.00 * -1 SECOND) and DATE_ADD('2023-02-20 15:30:06', INTERVAL 30.00 SECOND) and t.ti_entry_toll_point_id in (select ti_toll_point_id from tb_toll_point p, (select ti_traffic_bound, ti_toll_domain_id from tb_toll_point where ti_toll_domain_id = 5 and vc_toll_point_code = 'SMT2') p1 where p.ti_traffic_bound = p1.ti_traffic_bound and p.ti_toll_domain_id = p1.ti_toll_domain_id ) | 0.000 | 0 | 0 | 0.000 | 144712 | 2232512 | 0 | 1453605649 | select bi_bes_trip_trxn_id, vc_evidence_id from tb_bes_trip_trxn t where t.ti_toll_domain_id=5 and t.i_yyyymm=202302 and IFNULL(b_reversal, 0) = 0 and (t.bi_tag_id = NULL or t.vc_vrm_hashed = '9CF2211319E81A78DEF539A311909CCFB339DF6CFFDFD28348800E32FF20FB52') and t.dt_bes_trxn_datetime BETWEEN DATE_ADD('2023-02-20 15:30:06', INTERVAL 30.00 * -1 SECOND) and DATE_ADD('2023-02-20 15:30:06', INTERVAL 30.00 SECOND) and t.ti_entry_toll_point_id in (select ti_toll_point_id from tb_toll_point p, (select ti_traffic_bound, ti_toll_domain_id from tb_toll_point where ti_toll_domain_id = 5 and vc_toll_point_code = 'SMT2') p1 where p.ti_traffic_bound = p1.ti_traffic_bound and p.ti_toll_domain_id = p1.ti_toll_domain_id ) | 31540 | | 4930259 | besdb_user | 172.24.150.136:19766 | bes_core | Query | 0 | Creating sort index | select vc_vid, dt_ownership_start_datetime_before, dt_ownership_start_datetime_after from tb_valid_v_change_request where vc_vid = '2978583' and dt_ownership_start_datetime_before = timestamp('2015-04-24 10:02:06.000000') order by dt_last_update_datetime desc | 44.760 | 0 | 0 | 0.000 | 2195688 | 2232512 | 0 | 1453605596 | select vc_vid, dt_ownership_start_datetime_before, dt_ownership_start_datetime_after from tb_valid_v_change_request where vc_vid = '2978583' and dt_ownership_start_datetime_before = timestamp('2015-04-24 10:02:06.000000') order by dt_last_update_datetime desc | 40613 | | 1662330 | besdb_user | 172.24.150.133:27458 | bes_core | Query | 0 | Updating | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-f3e51e7b-9594-47fd-a129-9cb28a1d8a8c', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 431.310 | 0 | 0 | 0.000 | 82024 | 86104 | 149875 | 1453605241 | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-f3e51e7b-9594-47fd-a129-9cb28a1d8a8c', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 108790 | | 1662327 | besdb_user | 172.24.150.134:1176 | bes_core | Query | 0 | Updating | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-6e156bcd-1a92-4180-9155-2aa3b5c00bff', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 394.479 | 0 | 0 | 0.000 | 82024 | 86104 | 134715 | 1453605305 | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-6e156bcd-1a92-4180-9155-2aa3b5c00bff', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 23160 | +---------+------------+------------------------------------------------------+----------+---------+-------+---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ [OK] 2023-02-20 15:32:02 cleanup files older than 4 days [OK] 2023-02-20 15:33:01 get sessions summary select user, SUBSTR(host, 1, INSTR(host, ':') - 1) host, db, command, count(*) from information_schema.PROCESSLIST group by 1,2,3,4 order by count(*) desc, 1,2,3,4 +-------------+-------------------------------------------------+--------------------+---------+----------+ | user | host | db | command | count(*) | +-------------+-------------------------------------------------+--------------------+---------+----------+ | besdb_user | 172.24.150.136 | bes_core | Sleep | 117 | | besdb_user | 172.24.150.135 | bes_core | Sleep | 111 | | besdb_user | 172.24.150.134 | bes_core | Sleep | 100 | | besdb_user | 172.24.150.132 | bes_core | Sleep | 98 | | besdb_user | 172.24.150.131 | bes_core | Sleep | 93 | | besdb_user | 172.24.150.133 | bes_core | Sleep | 83 | | system user | | NULL | Sleep | 65 | | besdb_user | 172.24.150.131 | bes_core | Query | 12 | | besdb_user | 172.24.150.133 | bes_core | Query | 7 | | besdb_user | 172.24.150.136 | bes_core | Query | 4 | | besdb_user | 172.24.150.132 | bes_core | Query | 3 | | besdb_user | 172.24.150.135 | bes_core | Query | 3 | | gcis_pmm | t1vdbs-gcissc-pmm01.dbaas.gcisdctr.hksarg | NULL | Sleep | 3 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | besdb_owner | 172.24.150.130 | bes_core | Sleep | 1 | | besdb_user | 172.24.150.134 | bes_core | Query | 1 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Sleep | 1 | | root | | NULL | Query | 1 | +-------------+-------------------------------------------------+--------------------+---------+----------+ [OK] 2023-02-20 15:33:01 get non-sleep session details (limit 100) select * from information_schema.PROCESSLIST where lower(command) <> 'sleep' and user not in ('root') order by time desc limit 100 +---------+----------------------+------------------------------------------------------+----------+---------+-------+---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | ID | USER | HOST | DB | COMMAND | TIME | STATE | INFO | TIME_MS | STAGE | MAX_STAGE | PROGRESS | MEMORY_USED | MAX_MEMORY_USED | EXAMINED_ROWS | QUERY_ID | INFO_BINARY | TID | +---------+----------------------+------------------------------------------------------+----------+---------+-------+---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | 4902928 | besdb_user | 172.24.150.131:4947 | bes_core | Query | 16134 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16134159.817 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448048927 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16687 | | 4903072 | besdb_user | 172.24.150.133:62214 | bes_core | Query | 16075 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16075921.001 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448070117 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7190 | | 4901701 | besdb_user | 172.24.150.131:51895 | bes_core | Query | 16009 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 16009667.446 | 0 | 0 | 0.000 | 312936 | 312936 | 0 | 1448093473 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 125966 | | 4902932 | besdb_user | 172.24.150.131:52111 | bes_core | Query | 16003 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 16003033.563 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094386 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 6406 | | 4903028 | besdb_user | 172.24.150.131:50523 | bes_core | Query | 16002 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16002117.605 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094403 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16592 | | 4903348 | besdb_user | 172.24.150.131:16301 | bes_core | Query | 16001 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 16001032.271 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094418 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 125975 | | 4903350 | besdb_user | 172.24.150.131:28717 | bes_core | Query | 16000 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 16000608.933 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094425 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 18608 | | 4900170 | besdb_user | 172.24.150.135:4414 | bes_core | Query | 16000 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 16000475.530 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448094429 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 18606 | | 4899653 | besdb_user | 172.24.150.132:37160 | bes_core | Query | 15949 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 15949414.866 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448109642 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 21606 | | 4903534 | besdb_user | 172.24.150.136:32905 | bes_core | Query | 15942 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 15942771.822 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110078 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16581 | | 4900251 | besdb_user | 172.24.150.136:1816 | bes_core | Query | 15941 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 15941941.794 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110104 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16683 | | 4903538 | besdb_user | 172.24.150.136:22899 | bes_core | Query | 15940 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 15940260.603 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110152 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 21750 | | 4903473 | besdb_user | 172.24.150.131:56349 | bes_core | Query | 15937 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 15937446.821 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110523 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 21749 | | 4896788 | besdb_user | 172.24.150.133:54220 | bes_core | Query | 15937 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 15937394.829 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110539 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 21620 | | 4903253 | besdb_user | 172.24.150.133:26423 | bes_core | Query | 15889 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 15889170.564 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132092 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 22086 | | 4903682 | besdb_user | 172.24.150.133:40949 | bes_core | Query | 15882 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 15882659.163 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132209 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 3494 | | 4903488 | besdb_user | 172.24.150.135:43269 | bes_core | Query | 15881 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 15881902.513 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132219 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 21812 | | 4903483 | besdb_user | 172.24.150.131:1733 | bes_core | Query | 15880 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 15880832.480 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132230 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 119221 | | 4903693 | besdb_user | 172.24.150.131:44070 | bes_core | Query | 15877 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 15877287.350 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132439 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7236 | | 4903691 | besdb_user | 172.24.150.131:56990 | bes_core | Query | 15877 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 15877310.072 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132435 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 62626 | | 4898908 | besdb_user | 172.24.150.131:6689 | bes_core | Query | 15829 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 15829082.288 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448142635 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 20592 | | 4903687 | besdb_user | 172.24.150.133:49692 | bes_core | Query | 15697 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 15697611.778 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448179492 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 24391 | | 4900055 | besdb_user | 172.24.150.136:57680 | bes_core | Query | 15682 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 15682771.658 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448188093 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 20551 | | 1662333 | besdb_user | 172.24.150.132:56921 | bes_core | Query | 2 | Updating | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-55882316-6a30-4572-9272-dd787ccfddac', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 2385.445 | 0 | 0 | 0.000 | 82024 | 86104 | 750727 | 1453627437 | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-55882316-6a30-4572-9272-dd787ccfddac', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 10377 | | 1662330 | besdb_user | 172.24.150.133:27458 | bes_core | Query | 2 | Updating | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-be8ca2b3-e1d4-4954-bc04-10b086f6605a', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 2333.215 | 0 | 0 | 0.000 | 82024 | 86104 | 734908 | 1453627443 | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-be8ca2b3-e1d4-4954-bc04-10b086f6605a', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 39757 | | 4931809 | unauthenticated user | t1vdbs-gcissc-haproxy02b.dbaas.gcisdctr.hksarg:36016 | NULL | Connect | 0 | Reading from net | NULL | 25.578 | 0 | 0 | 0.000 | 45960 | 45960 | 0 | 0 | NULL | 92685 | | 4930819 | besdb_user | 172.24.150.132:15876 | bes_core | Query | 0 | Sending data | SELECT * FROM tb_das_tran_evid_summary_upload WHERE b_completed = 0 AND i_retry_count = 0 AND ti_toll_domain_id in (9) AND dt_trxn_time_end > DATE_SUB(SYSDATE(), INTERVAL 10 MINUTE) | 156.085 | 0 | 0 | 0.000 | 106552 | 106552 | 0 | 1453627758 | SELECT * FROM tb_das_tran_evid_summary_upload WHERE b_completed = 0 AND i_retry_count = 0 AND ti_toll_domain_id in (9) AND dt_trxn_time_end > DATE_SUB(SYSDATE(), INTERVAL 10 MINUTE) | 27716 | | 4928412 | besdb_user | 172.24.150.136:13055 | bes_core | Query | 0 | Creating sort index | select vc_vid, dt_ownership_start_datetime_before, dt_ownership_start_datetime_after from tb_valid_v_change_request where vc_vid = '3270994' and dt_ownership_start_datetime_before = timestamp('2019-10-30 09:03:31.000000') order by dt_last_update_datetime desc | 54.905 | 0 | 0 | 0.000 | 2195688 | 2232512 | 0 | 1453627841 | select vc_vid, dt_ownership_start_datetime_before, dt_ownership_start_datetime_after from tb_valid_v_change_request where vc_vid = '3270994' and dt_ownership_start_datetime_before = timestamp('2019-10-30 09:03:31.000000') order by dt_last_update_datetime desc | 31568 | | 2071920 | besdb_user | 172.24.150.135:43202 | bes_core | Query | 0 | Sending data | SELECT * FROM tb_message_queue_task WHERE vc_thread_id = 'dev-b2afaa60-5160-4d9e-a021-8dbba217e02b' | 169.397 | 0 | 0 | 0.000 | 98392 | 98392 | 0 | 1453627749 | SELECT * FROM tb_message_queue_task WHERE vc_thread_id = 'dev-b2afaa60-5160-4d9e-a021-8dbba217e02b' | 23154 | +---------+----------------------+------------------------------------------------------+----------+---------+-------+---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ [OK] 2023-02-20 15:33:01 cleanup files older than 4 days [OK] 2023-02-20 15:34:02 get sessions summary select user, SUBSTR(host, 1, INSTR(host, ':') - 1) host, db, command, count(*) from information_schema.PROCESSLIST group by 1,2,3,4 order by count(*) desc, 1,2,3,4 +-------------+-------------------------------------------------+--------------------+---------+----------+ | user | host | db | command | count(*) | +-------------+-------------------------------------------------+--------------------+---------+----------+ | besdb_user | 172.24.150.136 | bes_core | Sleep | 119 | | besdb_user | 172.24.150.135 | bes_core | Sleep | 111 | | besdb_user | 172.24.150.134 | bes_core | Sleep | 100 | | besdb_user | 172.24.150.131 | bes_core | Sleep | 97 | | besdb_user | 172.24.150.132 | bes_core | Sleep | 97 | | besdb_user | 172.24.150.133 | bes_core | Sleep | 84 | | system user | | NULL | Sleep | 65 | | besdb_user | 172.24.150.131 | bes_core | Query | 12 | | besdb_user | 172.24.150.133 | bes_core | Query | 6 | | besdb_user | 172.24.150.136 | bes_core | Query | 4 | | besdb_user | 172.24.150.132 | bes_core | Query | 3 | | besdb_user | 172.24.150.135 | bes_core | Query | 3 | | gcis_pmm | t1vdbs-gcissc-pmm01.dbaas.gcisdctr.hksarg | NULL | Sleep | 3 | | besdb_user | 172.24.150.134 | bes_core | Query | 2 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | besdb_owner | 172.24.150.130 | bes_core | Sleep | 1 | | root | | NULL | Query | 1 | +-------------+-------------------------------------------------+--------------------+---------+----------+ [OK] 2023-02-20 15:34:02 get non-sleep session details (limit 100) select * from information_schema.PROCESSLIST where lower(command) <> 'sleep' and user not in ('root') order by time desc limit 100 +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | ID | USER | HOST | DB | COMMAND | TIME | STATE | INFO | TIME_MS | STAGE | MAX_STAGE | PROGRESS | MEMORY_USED | MAX_MEMORY_USED | EXAMINED_ROWS | QUERY_ID | INFO_BINARY | TID | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | 4902928 | besdb_user | 172.24.150.131:4947 | bes_core | Query | 16195 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16195447.155 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448048927 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16687 | | 4903072 | besdb_user | 172.24.150.133:62214 | bes_core | Query | 16137 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16137208.339 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448070117 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7190 | | 4901701 | besdb_user | 172.24.150.131:51895 | bes_core | Query | 16070 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 16070954.784 | 0 | 0 | 0.000 | 312936 | 312936 | 0 | 1448093473 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 125966 | | 4902932 | besdb_user | 172.24.150.131:52111 | bes_core | Query | 16064 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 16064320.901 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094386 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 6406 | | 4903028 | besdb_user | 172.24.150.131:50523 | bes_core | Query | 16063 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16063404.943 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094403 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16592 | | 4903348 | besdb_user | 172.24.150.131:16301 | bes_core | Query | 16062 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 16062319.609 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094418 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 125975 | | 4903350 | besdb_user | 172.24.150.131:28717 | bes_core | Query | 16061 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 16061896.271 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094425 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 18608 | | 4900170 | besdb_user | 172.24.150.135:4414 | bes_core | Query | 16061 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 16061762.868 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448094429 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 18606 | | 4899653 | besdb_user | 172.24.150.132:37160 | bes_core | Query | 16010 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 16010702.204 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448109642 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 21606 | | 4903534 | besdb_user | 172.24.150.136:32905 | bes_core | Query | 16004 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16004059.160 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110078 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16581 | | 4900251 | besdb_user | 172.24.150.136:1816 | bes_core | Query | 16003 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16003229.132 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110104 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16683 | | 4903538 | besdb_user | 172.24.150.136:22899 | bes_core | Query | 16001 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 16001547.941 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110152 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 21750 | | 4903473 | besdb_user | 172.24.150.131:56349 | bes_core | Query | 15998 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 15998734.159 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110523 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 21749 | | 4896788 | besdb_user | 172.24.150.133:54220 | bes_core | Query | 15998 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 15998682.167 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110539 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 21620 | | 4903253 | besdb_user | 172.24.150.133:26423 | bes_core | Query | 15950 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 15950457.902 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132092 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 22086 | | 4903682 | besdb_user | 172.24.150.133:40949 | bes_core | Query | 15943 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 15943946.501 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132209 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 3494 | | 4903488 | besdb_user | 172.24.150.135:43269 | bes_core | Query | 15943 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 15943189.851 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132219 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 21812 | | 4903483 | besdb_user | 172.24.150.131:1733 | bes_core | Query | 15942 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 15942119.818 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132230 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 119221 | | 4903693 | besdb_user | 172.24.150.131:44070 | bes_core | Query | 15938 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 15938574.688 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132439 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7236 | | 4903691 | besdb_user | 172.24.150.131:56990 | bes_core | Query | 15938 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 15938597.410 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132435 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 62626 | | 4898908 | besdb_user | 172.24.150.131:6689 | bes_core | Query | 15890 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 15890369.626 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448142635 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 20592 | | 4903687 | besdb_user | 172.24.150.133:49692 | bes_core | Query | 15758 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 15758899.116 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448179492 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 24391 | | 4900055 | besdb_user | 172.24.150.136:57680 | bes_core | Query | 15744 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 15744058.996 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448188093 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 20551 | | 4930819 | besdb_user | 172.24.150.132:15876 | bes_core | Query | 0 | Sending data | SELECT * FROM tb_das_tran_evid_summary_upload WHERE b_completed = 0 AND i_retry_count = 0 AND ti_toll_domain_id in (9) AND dt_trxn_time_end > DATE_SUB(SYSDATE(), INTERVAL 10 MINUTE) | 35.552 | 0 | 0 | 0.000 | 106552 | 106552 | 0 | 1453661390 | SELECT * FROM tb_das_tran_evid_summary_upload WHERE b_completed = 0 AND i_retry_count = 0 AND ti_toll_domain_id in (9) AND dt_trxn_time_end > DATE_SUB(SYSDATE(), INTERVAL 10 MINUTE) | 7485 | | 2071920 | besdb_user | 172.24.150.135:43202 | bes_core | Query | 0 | Sending data | SELECT * FROM tb_message_queue_task WHERE vc_thread_id = 'dev-e624dc6f-92b7-4f39-a98a-7866342a458e' | 678.827 | 0 | 0 | 0.000 | 98392 | 98392 | 0 | 1453660773 | SELECT * FROM tb_message_queue_task WHERE vc_thread_id = 'dev-e624dc6f-92b7-4f39-a98a-7866342a458e' | 23154 | | 1662333 | besdb_user | 172.24.150.132:56921 | bes_core | Query | 0 | Sending data | SELECT * FROM tb_message_queue_task WHERE vc_thread_id = 'dev-af6bb5f9-2e5b-4b99-9b9f-962cf396fc88' | 207.844 | 0 | 0 | 0.000 | 98392 | 98392 | 0 | 1453661173 | SELECT * FROM tb_message_queue_task WHERE vc_thread_id = 'dev-af6bb5f9-2e5b-4b99-9b9f-962cf396fc88' | 42459 | | 1662330 | besdb_user | 172.24.150.133:27458 | bes_core | Query | 0 | Sending data | SELECT * FROM tb_message_queue_task WHERE vc_thread_id = 'dev-53437718-9e16-4133-acc6-c093a1e372d1' | 599.412 | 0 | 0 | 0.000 | 98392 | 98392 | 0 | 1453660862 | SELECT * FROM tb_message_queue_task WHERE vc_thread_id = 'dev-53437718-9e16-4133-acc6-c093a1e372d1' | 42413 | | 1662327 | besdb_user | 172.24.150.134:1176 | bes_core | Query | 0 | Sending data | SELECT * FROM tb_message_queue_task WHERE vc_thread_id = 'dev-59b7e96b-6fd3-406d-90d6-d489c56adca1' | 674.299 | 0 | 0 | 0.000 | 98392 | 98392 | 0 | 1453660782 | SELECT * FROM tb_message_queue_task WHERE vc_thread_id = 'dev-59b7e96b-6fd3-406d-90d6-d489c56adca1' | 23160 | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ [OK] 2023-02-20 15:34:02 cleanup files older than 4 days [OK] 2023-02-20 15:35:01 get sessions summary select user, SUBSTR(host, 1, INSTR(host, ':') - 1) host, db, command, count(*) from information_schema.PROCESSLIST group by 1,2,3,4 order by count(*) desc, 1,2,3,4 +-------------+-------------------------------------------------+--------------------+---------+----------+ | user | host | db | command | count(*) | +-------------+-------------------------------------------------+--------------------+---------+----------+ | besdb_user | 172.24.150.136 | bes_core | Sleep | 116 | | besdb_user | 172.24.150.135 | bes_core | Sleep | 104 | | besdb_user | 172.24.150.131 | bes_core | Sleep | 94 | | besdb_user | 172.24.150.132 | bes_core | Sleep | 94 | | besdb_user | 172.24.150.134 | bes_core | Sleep | 94 | | besdb_user | 172.24.150.133 | bes_core | Sleep | 83 | | system user | | NULL | Sleep | 65 | | besdb_user | 172.24.150.131 | bes_core | Query | 12 | | besdb_user | 172.24.150.133 | bes_core | Query | 5 | | besdb_user | 172.24.150.136 | bes_core | Query | 4 | | besdb_user | 172.24.150.132 | bes_core | Query | 3 | | gcis_pmm | t1vdbs-gcissc-pmm01.dbaas.gcisdctr.hksarg | NULL | Sleep | 3 | | besdb_user | 172.24.150.135 | bes_core | Query | 2 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | besdb_owner | 172.24.150.130 | bes_core | Sleep | 1 | | besdb_user | 172.24.150.134 | bes_core | Query | 1 | | root | | NULL | Query | 1 | +-------------+-------------------------------------------------+--------------------+---------+----------+ [OK] 2023-02-20 15:35:01 get non-sleep session details (limit 100) select * from information_schema.PROCESSLIST where lower(command) <> 'sleep' and user not in ('root') order by time desc limit 100 +---------+------------+----------------------+----------+---------+-------+---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | ID | USER | HOST | DB | COMMAND | TIME | STATE | INFO | TIME_MS | STAGE | MAX_STAGE | PROGRESS | MEMORY_USED | MAX_MEMORY_USED | EXAMINED_ROWS | QUERY_ID | INFO_BINARY | TID | +---------+------------+----------------------+----------+---------+-------+---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | 4902928 | besdb_user | 172.24.150.131:4947 | bes_core | Query | 16254 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16254333.986 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448048927 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16687 | | 4903072 | besdb_user | 172.24.150.133:62214 | bes_core | Query | 16196 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16196095.170 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448070117 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7190 | | 4901701 | besdb_user | 172.24.150.131:51895 | bes_core | Query | 16129 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 16129841.615 | 0 | 0 | 0.000 | 312936 | 312936 | 0 | 1448093473 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 125966 | | 4902932 | besdb_user | 172.24.150.131:52111 | bes_core | Query | 16123 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 16123207.732 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094386 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 6406 | | 4903028 | besdb_user | 172.24.150.131:50523 | bes_core | Query | 16122 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16122291.774 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094403 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16592 | | 4903348 | besdb_user | 172.24.150.131:16301 | bes_core | Query | 16121 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 16121206.440 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094418 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 125975 | | 4903350 | besdb_user | 172.24.150.131:28717 | bes_core | Query | 16120 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 16120783.102 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094425 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 18608 | | 4900170 | besdb_user | 172.24.150.135:4414 | bes_core | Query | 16120 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 16120649.699 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448094429 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 18606 | | 4899653 | besdb_user | 172.24.150.132:37160 | bes_core | Query | 16069 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 16069589.035 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448109642 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 21606 | | 4903534 | besdb_user | 172.24.150.136:32905 | bes_core | Query | 16062 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16062945.991 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110078 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16581 | | 4900251 | besdb_user | 172.24.150.136:1816 | bes_core | Query | 16062 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16062115.963 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110104 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16683 | | 4903538 | besdb_user | 172.24.150.136:22899 | bes_core | Query | 16060 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 16060434.772 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110152 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 21750 | | 4903473 | besdb_user | 172.24.150.131:56349 | bes_core | Query | 16057 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 16057620.990 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110523 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 21749 | | 4896788 | besdb_user | 172.24.150.133:54220 | bes_core | Query | 16057 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 16057568.998 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110539 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 21620 | | 4903253 | besdb_user | 172.24.150.133:26423 | bes_core | Query | 16009 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 16009344.733 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132092 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 22086 | | 4903682 | besdb_user | 172.24.150.133:40949 | bes_core | Query | 16002 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 16002833.332 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132209 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 3494 | | 4903488 | besdb_user | 172.24.150.135:43269 | bes_core | Query | 16002 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 16002076.682 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132219 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 21812 | | 4903483 | besdb_user | 172.24.150.131:1733 | bes_core | Query | 16001 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 16001006.649 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132230 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 119221 | | 4903693 | besdb_user | 172.24.150.131:44070 | bes_core | Query | 15997 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 15997461.519 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132439 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7236 | | 4903691 | besdb_user | 172.24.150.131:56990 | bes_core | Query | 15997 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 15997484.241 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132435 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 62626 | | 4898908 | besdb_user | 172.24.150.131:6689 | bes_core | Query | 15949 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 15949256.457 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448142635 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 20592 | | 4903687 | besdb_user | 172.24.150.133:49692 | bes_core | Query | 15817 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 15817785.947 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448179492 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 24391 | | 4900055 | besdb_user | 172.24.150.136:57680 | bes_core | Query | 15802 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 15802945.827 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448188093 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 20551 | | 4931406 | besdb_user | 172.24.150.134:43028 | bes_core | Query | 0 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153452608','TSCA_TSCA2_230220153406_345_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA2','3','Kowloon',6,'00100001','00000100','00000000','7F90CBD6D08E0136',6,timestamp('2023-02-20 15:34:52.000000'),timestamp('2023-02-20 15:35:01.254000')) | 0.000 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453684994 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153452608','TSCA_TSCA2_230220153406_345_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA2','3','Kowloon',6,'00100001','00000100','00000000','7F90CBD6D08E0136',6,timestamp('2023-02-20 15:34:52.000000'),timestamp('2023-02-20 15:35:01.254000')) | 39761 | | 4931026 | besdb_user | 172.24.150.133:54670 | bes_core | Query | 0 | Creating sort index | select vc_vid, dt_ownership_start_datetime_before, dt_ownership_start_datetime_after from tb_valid_v_change_request where vc_vid = '2378381' and dt_ownership_start_datetime_before = timestamp('2013-10-08 13:21:22.000000') order by dt_last_update_datetime desc | 8.987 | 0 | 0 | 0.000 | 2195688 | 2281592 | 0 | 1453684989 | select vc_vid, dt_ownership_start_datetime_before, dt_ownership_start_datetime_after from tb_valid_v_change_request where vc_vid = '2378381' and dt_ownership_start_datetime_before = timestamp('2013-10-08 13:21:22.000000') order by dt_last_update_datetime desc | 25001 | | 4930819 | besdb_user | 172.24.150.132:15876 | bes_core | Query | 0 | Sending data | SELECT * FROM tb_das_tran_evid_summary_upload WHERE b_completed = 0 AND i_retry_count = 0 AND ti_toll_domain_id in (9) AND dt_trxn_time_end > DATE_SUB(SYSDATE(), INTERVAL 10 MINUTE) | 20.302 | 0 | 0 | 0.000 | 106552 | 106552 | 0 | 1453684973 | SELECT * FROM tb_das_tran_evid_summary_upload WHERE b_completed = 0 AND i_retry_count = 0 AND ti_toll_domain_id in (9) AND dt_trxn_time_end > DATE_SUB(SYSDATE(), INTERVAL 10 MINUTE) | 43390 | | 4925198 | besdb_user | 172.24.150.134:34572 | bes_core | Query | 0 | Updating status | SELECT LAST_INSERT_ID() | 0.000 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453684996 | SELECT LAST_INSERT_ID() | 42427 | | 1662333 | besdb_user | 172.24.150.132:56921 | bes_core | Query | 0 | Updating | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-a1848d96-7c2c-4151-8fa2-df43851ce01a', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 249.739 | 0 | 0 | 0.000 | 82024 | 86104 | 140682 | 1453684793 | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-a1848d96-7c2c-4151-8fa2-df43851ce01a', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 42459 | +---------+------------+----------------------+----------+---------+-------+---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ [OK] 2023-02-20 15:35:01 cleanup files older than 4 days [OK] 2023-02-20 15:36:02 get sessions summary select user, SUBSTR(host, 1, INSTR(host, ':') - 1) host, db, command, count(*) from information_schema.PROCESSLIST group by 1,2,3,4 order by count(*) desc, 1,2,3,4 +-------------+-------------------------------------------------+--------------------+---------+----------+ | user | host | db | command | count(*) | +-------------+-------------------------------------------------+--------------------+---------+----------+ | besdb_user | 172.24.150.136 | bes_core | Sleep | 116 | | besdb_user | 172.24.150.135 | bes_core | Sleep | 95 | | besdb_user | 172.24.150.131 | bes_core | Sleep | 93 | | besdb_user | 172.24.150.132 | bes_core | Sleep | 93 | | besdb_user | 172.24.150.134 | bes_core | Sleep | 91 | | besdb_user | 172.24.150.133 | bes_core | Sleep | 84 | | system user | | NULL | Sleep | 65 | | besdb_user | 172.24.150.131 | bes_core | Query | 11 | | besdb_user | 172.24.150.133 | bes_core | Query | 6 | | besdb_user | 172.24.150.136 | bes_core | Query | 4 | | besdb_user | 172.24.150.135 | bes_core | Query | 3 | | gcis_pmm | t1vdbs-gcissc-pmm01.dbaas.gcisdctr.hksarg | NULL | Sleep | 3 | | besdb_user | 172.24.150.132 | bes_core | Query | 2 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | besdb_owner | 172.24.150.130 | bes_core | Sleep | 1 | | besdb_user | 172.24.150.134 | bes_core | Query | 1 | | root | | NULL | Query | 1 | +-------------+-------------------------------------------------+--------------------+---------+----------+ [OK] 2023-02-20 15:36:02 get non-sleep session details (limit 100) select * from information_schema.PROCESSLIST where lower(command) <> 'sleep' and user not in ('root') order by time desc limit 100 +---------+------------+-------------------------------------------------+----------+---------+-------+----------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | ID | USER | HOST | DB | COMMAND | TIME | STATE | INFO | TIME_MS | STAGE | MAX_STAGE | PROGRESS | MEMORY_USED | MAX_MEMORY_USED | EXAMINED_ROWS | QUERY_ID | INFO_BINARY | TID | +---------+------------+-------------------------------------------------+----------+---------+-------+----------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | 4902928 | besdb_user | 172.24.150.131:4947 | bes_core | Query | 16315 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16315547.118 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448048927 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16687 | | 4903072 | besdb_user | 172.24.150.133:62214 | bes_core | Query | 16257 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16257308.302 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448070117 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7190 | | 4901701 | besdb_user | 172.24.150.131:51895 | bes_core | Query | 16191 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 16191054.747 | 0 | 0 | 0.000 | 312936 | 312936 | 0 | 1448093473 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 125966 | | 4902932 | besdb_user | 172.24.150.131:52111 | bes_core | Query | 16184 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 16184420.864 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094386 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 6406 | | 4903028 | besdb_user | 172.24.150.131:50523 | bes_core | Query | 16183 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16183504.906 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094403 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16592 | | 4903348 | besdb_user | 172.24.150.131:16301 | bes_core | Query | 16182 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 16182419.572 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094418 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 125975 | | 4903350 | besdb_user | 172.24.150.131:28717 | bes_core | Query | 16181 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 16181996.234 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094425 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 18608 | | 4900170 | besdb_user | 172.24.150.135:4414 | bes_core | Query | 16181 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 16181862.831 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448094429 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 18606 | | 4899653 | besdb_user | 172.24.150.132:37160 | bes_core | Query | 16130 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 16130802.167 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448109642 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 21606 | | 4903534 | besdb_user | 172.24.150.136:32905 | bes_core | Query | 16124 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16124159.123 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110078 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16581 | | 4900251 | besdb_user | 172.24.150.136:1816 | bes_core | Query | 16123 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16123329.095 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110104 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16683 | | 4903538 | besdb_user | 172.24.150.136:22899 | bes_core | Query | 16121 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 16121647.904 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110152 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 21750 | | 4903473 | besdb_user | 172.24.150.131:56349 | bes_core | Query | 16118 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 16118834.122 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110523 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 21749 | | 4896788 | besdb_user | 172.24.150.133:54220 | bes_core | Query | 16118 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 16118782.130 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110539 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 21620 | | 4903253 | besdb_user | 172.24.150.133:26423 | bes_core | Query | 16070 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 16070557.865 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132092 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 22086 | | 4903682 | besdb_user | 172.24.150.133:40949 | bes_core | Query | 16064 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 16064046.464 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132209 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 3494 | | 4903488 | besdb_user | 172.24.150.135:43269 | bes_core | Query | 16063 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 16063289.814 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132219 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 21812 | | 4903483 | besdb_user | 172.24.150.131:1733 | bes_core | Query | 16062 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 16062219.781 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132230 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 119221 | | 4903693 | besdb_user | 172.24.150.131:44070 | bes_core | Query | 16058 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16058674.651 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132439 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7236 | | 4903691 | besdb_user | 172.24.150.131:56990 | bes_core | Query | 16058 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 16058697.373 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132435 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 62626 | | 4898908 | besdb_user | 172.24.150.131:6689 | bes_core | Query | 16010 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 16010469.589 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448142635 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 20592 | | 4903687 | besdb_user | 172.24.150.133:49692 | bes_core | Query | 15878 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 15878999.079 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448179492 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 24391 | | 4900055 | besdb_user | 172.24.150.136:57680 | bes_core | Query | 15864 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 15864158.959 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448188093 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 20551 | | 1662330 | besdb_user | 172.24.150.133:27458 | bes_core | Query | 1 | Updating | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-a6f3ba9d-5b50-4581-a801-454b0057ec44', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 1211.815 | 0 | 0 | 0.000 | 82024 | 86104 | 589284 | 1453698717 | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-a6f3ba9d-5b50-4581-a801-454b0057ec44', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 42413 | | 4931997 | gcis_pmm | t1vdbs-gcissc-pmm01.dbaas.gcisdctr.hksarg:38524 | NULL | Query | 0 | Filling schema table | SELECT COALESCE(command,''),COALESCE(state,''),count(*),sum(time) FROM information_schema.processlist WHERE ID != connection_id() AND TIME >= 0 GROUP BY command,state ORDER BY null | 3.410 | 0 | 0 | 0.000 | 157464 | 3249264 | 0 | 1453698928 | SELECT COALESCE(command,''),COALESCE(state,''),count(*),sum(time) FROM information_schema.processlist WHERE ID != connection_id() AND TIME >= 0 GROUP BY command,state ORDER BY null | 16159 | | 4931982 | gcis_pmm | t1vdbs-gcissc-pmm01.dbaas.gcisdctr.hksarg:38239 | NULL | Query | 0 | Optimizing | SELECT COUNT(PLUGIN_NAME) AS c FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME = 'QUERY_RESPONSE_TIME' AND PLUGIN_STATUS = 'ACTIVE' | 2.386 | 0 | 0 | 0.000 | 99056 | 3249264 | 0 | 1453698933 | SELECT COUNT(PLUGIN_NAME) AS c FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME = 'QUERY_RESPONSE_TIME' AND PLUGIN_STATUS = 'ACTIVE' | 42427 | | 4930819 | besdb_user | 172.24.150.132:15876 | bes_core | Query | 0 | Sending data | SELECT * FROM tb_das_tran_evid_summary_upload WHERE b_completed = 0 AND i_retry_count = 0 AND ti_toll_domain_id in (9) AND dt_trxn_time_end > DATE_SUB(SYSDATE(), INTERVAL 10 MINUTE) | 21.496 | 0 | 0 | 0.000 | 106552 | 106552 | 0 | 1453698919 | SELECT * FROM tb_das_tran_evid_summary_upload WHERE b_completed = 0 AND i_retry_count = 0 AND ti_toll_domain_id in (9) AND dt_trxn_time_end > DATE_SUB(SYSDATE(), INTERVAL 10 MINUTE) | 43390 | | 2071920 | besdb_user | 172.24.150.135:43202 | bes_core | Query | 0 | Updating | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-41f4b1de-e47a-48f8-85d7-b3399f90d6a3', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 496.389 | 0 | 0 | 0.000 | 82024 | 86104 | 201002 | 1453698814 | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-41f4b1de-e47a-48f8-85d7-b3399f90d6a3', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 16142 | | 1662327 | besdb_user | 172.24.150.134:1176 | bes_core | Query | 0 | Updating | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-d3f7d328-6a39-42df-8244-c9124f737594', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 506.978 | 0 | 0 | 0.000 | 82024 | 86104 | 202157 | 1453698811 | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-d3f7d328-6a39-42df-8244-c9124f737594', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 23160 | +---------+------------+-------------------------------------------------+----------+---------+-------+----------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ [OK] 2023-02-20 15:36:03 cleanup files older than 4 days [OK] 2023-02-20 15:37:01 get sessions summary select user, SUBSTR(host, 1, INSTR(host, ':') - 1) host, db, command, count(*) from information_schema.PROCESSLIST group by 1,2,3,4 order by count(*) desc, 1,2,3,4 +-------------+-------------------------------------------------+--------------------+---------+----------+ | user | host | db | command | count(*) | +-------------+-------------------------------------------------+--------------------+---------+----------+ | besdb_user | 172.24.150.136 | bes_core | Sleep | 100 | | besdb_user | 172.24.150.131 | bes_core | Sleep | 89 | | besdb_user | 172.24.150.134 | bes_core | Sleep | 87 | | besdb_user | 172.24.150.132 | bes_core | Sleep | 80 | | besdb_user | 172.24.150.135 | bes_core | Sleep | 80 | | besdb_user | 172.24.150.133 | bes_core | Sleep | 77 | | system user | | NULL | Sleep | 65 | | besdb_user | 172.24.150.131 | bes_core | Query | 11 | | besdb_user | 172.24.150.133 | bes_core | Query | 5 | | besdb_user | 172.24.150.136 | bes_core | Query | 4 | | besdb_user | 172.24.150.132 | bes_core | Query | 3 | | besdb_user | 172.24.150.135 | bes_core | Query | 3 | | gcis_pmm | t1vdbs-gcissc-pmm01.dbaas.gcisdctr.hksarg | NULL | Sleep | 3 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | besdb_owner | 172.24.150.130 | bes_core | Sleep | 1 | | besdb_user | 172.24.150.134 | bes_core | Query | 1 | | root | | NULL | Query | 1 | +-------------+-------------------------------------------------+--------------------+---------+----------+ [OK] 2023-02-20 15:37:02 get non-sleep session details (limit 100) select * from information_schema.PROCESSLIST where lower(command) <> 'sleep' and user not in ('root') order by time desc limit 100 +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | ID | USER | HOST | DB | COMMAND | TIME | STATE | INFO | TIME_MS | STAGE | MAX_STAGE | PROGRESS | MEMORY_USED | MAX_MEMORY_USED | EXAMINED_ROWS | QUERY_ID | INFO_BINARY | TID | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | 4902928 | besdb_user | 172.24.150.131:4947 | bes_core | Query | 16375 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16375488.675 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448048927 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16687 | | 4903072 | besdb_user | 172.24.150.133:62214 | bes_core | Query | 16317 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16317249.859 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448070117 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7190 | | 4901701 | besdb_user | 172.24.150.131:51895 | bes_core | Query | 16250 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 16250996.304 | 0 | 0 | 0.000 | 312936 | 312936 | 0 | 1448093473 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 125966 | | 4902932 | besdb_user | 172.24.150.131:52111 | bes_core | Query | 16244 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 16244362.421 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094386 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 6406 | | 4903028 | besdb_user | 172.24.150.131:50523 | bes_core | Query | 16243 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16243446.463 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094403 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16592 | | 4903348 | besdb_user | 172.24.150.131:16301 | bes_core | Query | 16242 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 16242361.129 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094418 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 125975 | | 4903350 | besdb_user | 172.24.150.131:28717 | bes_core | Query | 16241 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 16241937.791 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094425 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 18608 | | 4900170 | besdb_user | 172.24.150.135:4414 | bes_core | Query | 16241 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 16241804.388 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448094429 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 18606 | | 4899653 | besdb_user | 172.24.150.132:37160 | bes_core | Query | 16190 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 16190743.724 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448109642 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 21606 | | 4903534 | besdb_user | 172.24.150.136:32905 | bes_core | Query | 16184 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16184100.680 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110078 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16581 | | 4900251 | besdb_user | 172.24.150.136:1816 | bes_core | Query | 16183 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16183270.652 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110104 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16683 | | 4903538 | besdb_user | 172.24.150.136:22899 | bes_core | Query | 16181 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 16181589.461 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110152 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 21750 | | 4903473 | besdb_user | 172.24.150.131:56349 | bes_core | Query | 16178 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 16178775.679 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110523 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 21749 | | 4896788 | besdb_user | 172.24.150.133:54220 | bes_core | Query | 16178 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 16178723.687 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110539 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 21620 | | 4903253 | besdb_user | 172.24.150.133:26423 | bes_core | Query | 16130 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 16130499.422 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132092 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 22086 | | 4903682 | besdb_user | 172.24.150.133:40949 | bes_core | Query | 16123 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 16123988.021 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132209 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 3494 | | 4903488 | besdb_user | 172.24.150.135:43269 | bes_core | Query | 16123 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 16123231.371 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132219 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 21812 | | 4903483 | besdb_user | 172.24.150.131:1733 | bes_core | Query | 16122 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 16122161.338 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132230 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 119221 | | 4903693 | besdb_user | 172.24.150.131:44070 | bes_core | Query | 16118 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16118616.208 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132439 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7236 | | 4903691 | besdb_user | 172.24.150.131:56990 | bes_core | Query | 16118 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 16118638.930 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132435 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 62626 | | 4898908 | besdb_user | 172.24.150.131:6689 | bes_core | Query | 16070 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 16070411.146 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448142635 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 20592 | | 4903687 | besdb_user | 172.24.150.133:49692 | bes_core | Query | 15938 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 15938940.636 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448179492 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 24391 | | 4900055 | besdb_user | 172.24.150.136:57680 | bes_core | Query | 15924 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 15924100.516 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448188093 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 20551 | | 4930819 | besdb_user | 172.24.150.132:15876 | bes_core | Query | 0 | Sending data | SELECT * FROM tb_das_tran_evid_summary_upload WHERE b_completed = 0 AND i_retry_count = 0 AND ti_toll_domain_id in (9) AND dt_trxn_time_end > DATE_SUB(SYSDATE(), INTERVAL 10 MINUTE) | 222.335 | 0 | 0 | 0.000 | 106552 | 106552 | 0 | 1453713746 | SELECT * FROM tb_das_tran_evid_summary_upload WHERE b_completed = 0 AND i_retry_count = 0 AND ti_toll_domain_id in (9) AND dt_trxn_time_end > DATE_SUB(SYSDATE(), INTERVAL 10 MINUTE) | 27716 | | 2071920 | besdb_user | 172.24.150.135:43202 | bes_core | Query | 0 | Updating | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-5e8f009a-f30e-4e04-816c-72bfe7df9137', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 654.686 | 0 | 0 | 0.000 | 82024 | 86104 | 287735 | 1453713706 | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-5e8f009a-f30e-4e04-816c-72bfe7df9137', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 23154 | | 1662333 | besdb_user | 172.24.150.132:56921 | bes_core | Query | 0 | Sending data | SELECT * FROM tb_message_queue_task WHERE vc_thread_id = 'dev-bdcfb57a-ea21-4f32-89c0-1b312ae01745' | 471.050 | 0 | 0 | 0.000 | 98392 | 98392 | 0 | 1453713737 | SELECT * FROM tb_message_queue_task WHERE vc_thread_id = 'dev-bdcfb57a-ea21-4f32-89c0-1b312ae01745' | 42459 | | 1662330 | besdb_user | 172.24.150.133:27458 | bes_core | Query | 0 | Updating | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-7a2e5d3e-5fac-4659-b768-2a9aceb58743', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 451.959 | 0 | 0 | 0.000 | 82024 | 86104 | 158065 | 1453713740 | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-7a2e5d3e-5fac-4659-b768-2a9aceb58743', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 108790 | | 1662327 | besdb_user | 172.24.150.134:1176 | bes_core | Query | 0 | Sending data | SELECT * FROM tb_message_queue_task WHERE vc_thread_id = 'dev-3d4672c6-6012-42b8-b878-a5c1c089be6b' | 142.494 | 0 | 0 | 0.000 | 98392 | 98392 | 0 | 1453713749 | SELECT * FROM tb_message_queue_task WHERE vc_thread_id = 'dev-3d4672c6-6012-42b8-b878-a5c1c089be6b' | 27697 | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ [OK] 2023-02-20 15:37:02 cleanup files older than 4 days [OK] 2023-02-20 15:38:02 get sessions summary select user, SUBSTR(host, 1, INSTR(host, ':') - 1) host, db, command, count(*) from information_schema.PROCESSLIST group by 1,2,3,4 order by count(*) desc, 1,2,3,4 +-------------+-------------------------------------------------+--------------------+---------+----------+ | user | host | db | command | count(*) | +-------------+-------------------------------------------------+--------------------+---------+----------+ | besdb_user | 172.24.150.136 | bes_core | Sleep | 91 | | besdb_user | 172.24.150.134 | bes_core | Sleep | 85 | | besdb_user | 172.24.150.131 | bes_core | Sleep | 82 | | besdb_user | 172.24.150.132 | bes_core | Sleep | 81 | | besdb_user | 172.24.150.135 | bes_core | Sleep | 76 | | besdb_user | 172.24.150.133 | bes_core | Sleep | 74 | | system user | | NULL | Sleep | 65 | | besdb_user | 172.24.150.131 | bes_core | Query | 11 | | besdb_user | 172.24.150.133 | bes_core | Query | 6 | | besdb_user | 172.24.150.136 | bes_core | Query | 4 | | besdb_user | 172.24.150.132 | bes_core | Query | 3 | | besdb_user | 172.24.150.135 | bes_core | Query | 3 | | gcis_pmm | t1vdbs-gcissc-pmm01.dbaas.gcisdctr.hksarg | NULL | Sleep | 3 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | besdb_owner | 172.24.150.130 | bes_core | Sleep | 1 | | root | | NULL | Query | 1 | | root | | NULL | Sleep | 1 | +-------------+-------------------------------------------------+--------------------+---------+----------+ [OK] 2023-02-20 15:38:02 get non-sleep session details (limit 100) select * from information_schema.PROCESSLIST where lower(command) <> 'sleep' and user not in ('root') order by time desc limit 100 +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | ID | USER | HOST | DB | COMMAND | TIME | STATE | INFO | TIME_MS | STAGE | MAX_STAGE | PROGRESS | MEMORY_USED | MAX_MEMORY_USED | EXAMINED_ROWS | QUERY_ID | INFO_BINARY | TID | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | 4902928 | besdb_user | 172.24.150.131:4947 | bes_core | Query | 16434 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16434707.144 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448048927 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16687 | | 4903072 | besdb_user | 172.24.150.133:62214 | bes_core | Query | 16376 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16376468.328 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448070117 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7190 | | 4901701 | besdb_user | 172.24.150.131:51895 | bes_core | Query | 16310 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 16310214.773 | 0 | 0 | 0.000 | 312936 | 312936 | 0 | 1448093473 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 125966 | | 4902932 | besdb_user | 172.24.150.131:52111 | bes_core | Query | 16303 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 16303580.890 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094386 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 6406 | | 4903028 | besdb_user | 172.24.150.131:50523 | bes_core | Query | 16302 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16302664.932 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094403 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16592 | | 4903350 | besdb_user | 172.24.150.131:28717 | bes_core | Query | 16301 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 16301156.260 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094425 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 18608 | | 4903348 | besdb_user | 172.24.150.131:16301 | bes_core | Query | 16301 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 16301579.598 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094418 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 125975 | | 4900170 | besdb_user | 172.24.150.135:4414 | bes_core | Query | 16301 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 16301022.857 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448094429 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 18606 | | 4899653 | besdb_user | 172.24.150.132:37160 | bes_core | Query | 16249 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 16249962.193 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448109642 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 21606 | | 4903534 | besdb_user | 172.24.150.136:32905 | bes_core | Query | 16243 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16243319.149 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110078 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16581 | | 4900251 | besdb_user | 172.24.150.136:1816 | bes_core | Query | 16242 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16242489.121 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110104 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16683 | | 4903538 | besdb_user | 172.24.150.136:22899 | bes_core | Query | 16240 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 16240807.930 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110152 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 21750 | | 4903473 | besdb_user | 172.24.150.131:56349 | bes_core | Query | 16237 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 16237994.148 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110523 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 21749 | | 4896788 | besdb_user | 172.24.150.133:54220 | bes_core | Query | 16237 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 16237942.156 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110539 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 21620 | | 4903253 | besdb_user | 172.24.150.133:26423 | bes_core | Query | 16189 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 16189717.891 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132092 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 22086 | | 4903682 | besdb_user | 172.24.150.133:40949 | bes_core | Query | 16183 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 16183206.490 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132209 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 3494 | | 4903488 | besdb_user | 172.24.150.135:43269 | bes_core | Query | 16182 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 16182449.840 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132219 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 21812 | | 4903483 | besdb_user | 172.24.150.131:1733 | bes_core | Query | 16181 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 16181379.807 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132230 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 119221 | | 4903693 | besdb_user | 172.24.150.131:44070 | bes_core | Query | 16177 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16177834.677 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132439 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7236 | | 4903691 | besdb_user | 172.24.150.131:56990 | bes_core | Query | 16177 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 16177857.399 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132435 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 62626 | | 4898908 | besdb_user | 172.24.150.131:6689 | bes_core | Query | 16129 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 16129629.615 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448142635 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 20592 | | 4903687 | besdb_user | 172.24.150.133:49692 | bes_core | Query | 15998 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 15998159.105 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448179492 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 24391 | | 4900055 | besdb_user | 172.24.150.136:57680 | bes_core | Query | 15983 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 15983318.985 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448188093 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 20551 | | 2071920 | besdb_user | 172.24.150.135:43202 | bes_core | Query | 1 | Updating | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-512bda7b-09c5-4ce7-a1a3-17fa8763c462', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 1436.524 | 0 | 0 | 0.000 | 82024 | 86104 | 806985 | 1453725464 | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-512bda7b-09c5-4ce7-a1a3-17fa8763c462', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 16142 | | 4930819 | besdb_user | 172.24.150.132:15876 | bes_core | Query | 0 | Sending data | SELECT * FROM tb_das_tran_evid_summary_upload WHERE b_completed = 0 AND i_retry_count = 0 AND ti_toll_domain_id in (9) AND dt_trxn_time_end > DATE_SUB(SYSDATE(), INTERVAL 10 MINUTE) | 187.701 | 0 | 0 | 0.000 | 106552 | 106552 | 0 | 1453725640 | SELECT * FROM tb_das_tran_evid_summary_upload WHERE b_completed = 0 AND i_retry_count = 0 AND ti_toll_domain_id in (9) AND dt_trxn_time_end > DATE_SUB(SYSDATE(), INTERVAL 10 MINUTE) | 43390 | | 1662333 | besdb_user | 172.24.150.132:56921 | bes_core | Query | 0 | Updating | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-9d794ffc-dce8-453f-914f-100608ade363', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 535.050 | 0 | 0 | 0.000 | 82024 | 86104 | 199861 | 1453725625 | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-9d794ffc-dce8-453f-914f-100608ade363', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 10377 | | 1662330 | besdb_user | 172.24.150.133:27458 | bes_core | Query | 0 | Sending data | SELECT * FROM tb_message_queue_task WHERE vc_thread_id = 'dev-b8bf2e0f-117a-4a26-af28-2784a82f0a7f' | 500.588 | 0 | 0 | 0.000 | 98392 | 98392 | 0 | 1453725628 | SELECT * FROM tb_message_queue_task WHERE vc_thread_id = 'dev-b8bf2e0f-117a-4a26-af28-2784a82f0a7f' | 108790 | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ [OK] 2023-02-20 15:38:02 cleanup files older than 4 days [OK] 2023-02-20 15:39:01 get sessions summary select user, SUBSTR(host, 1, INSTR(host, ':') - 1) host, db, command, count(*) from information_schema.PROCESSLIST group by 1,2,3,4 order by count(*) desc, 1,2,3,4 +-------------+-------------------------------------------------+--------------------+---------+----------+ | user | host | db | command | count(*) | +-------------+-------------------------------------------------+--------------------+---------+----------+ | besdb_user | 172.24.150.136 | bes_core | Sleep | 93 | | besdb_user | 172.24.150.132 | bes_core | Sleep | 82 | | besdb_user | 172.24.150.134 | bes_core | Sleep | 81 | | besdb_user | 172.24.150.135 | bes_core | Sleep | 73 | | besdb_user | 172.24.150.131 | bes_core | Sleep | 71 | | besdb_user | 172.24.150.133 | bes_core | Sleep | 70 | | system user | | NULL | Sleep | 65 | | besdb_user | 172.24.150.131 | bes_core | Query | 15 | | besdb_user | 172.24.150.133 | bes_core | Query | 8 | | besdb_user | 172.24.150.136 | bes_core | Query | 7 | | besdb_user | 172.24.150.132 | bes_core | Query | 5 | | besdb_user | 172.24.150.135 | bes_core | Query | 5 | | besdb_user | 172.24.150.134 | bes_core | Query | 3 | | gcis_pmm | t1vdbs-gcissc-pmm01.dbaas.gcisdctr.hksarg | NULL | Sleep | 3 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | besdb_owner | 172.24.150.130 | bes_core | Sleep | 1 | | root | | NULL | Query | 1 | +-------------+-------------------------------------------------+--------------------+---------+----------+ [OK] 2023-02-20 15:39:01 get non-sleep session details (limit 100) select * from information_schema.PROCESSLIST where lower(command) <> 'sleep' and user not in ('root') order by time desc limit 100 +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | ID | USER | HOST | DB | COMMAND | TIME | STATE | INFO | TIME_MS | STAGE | MAX_STAGE | PROGRESS | MEMORY_USED | MAX_MEMORY_USED | EXAMINED_ROWS | QUERY_ID | INFO_BINARY | TID | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | 4902928 | besdb_user | 172.24.150.131:4947 | bes_core | Query | 16494 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16494511.692 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448048927 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16687 | | 4903072 | besdb_user | 172.24.150.133:62214 | bes_core | Query | 16436 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16436272.876 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448070117 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7190 | | 4901701 | besdb_user | 172.24.150.131:51895 | bes_core | Query | 16370 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 16370019.321 | 0 | 0 | 0.000 | 312936 | 312936 | 0 | 1448093473 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 125966 | | 4902932 | besdb_user | 172.24.150.131:52111 | bes_core | Query | 16363 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 16363385.438 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094386 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 6406 | | 4903028 | besdb_user | 172.24.150.131:50523 | bes_core | Query | 16362 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16362469.480 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094403 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16592 | | 4903348 | besdb_user | 172.24.150.131:16301 | bes_core | Query | 16361 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 16361384.146 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094418 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 125975 | | 4903350 | besdb_user | 172.24.150.131:28717 | bes_core | Query | 16360 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 16360960.808 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094425 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 18608 | | 4900170 | besdb_user | 172.24.150.135:4414 | bes_core | Query | 16360 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 16360827.405 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448094429 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 18606 | | 4899653 | besdb_user | 172.24.150.132:37160 | bes_core | Query | 16309 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 16309766.741 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448109642 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 21606 | | 4903534 | besdb_user | 172.24.150.136:32905 | bes_core | Query | 16303 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16303123.697 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110078 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16581 | | 4900251 | besdb_user | 172.24.150.136:1816 | bes_core | Query | 16302 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16302293.669 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110104 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16683 | | 4903538 | besdb_user | 172.24.150.136:22899 | bes_core | Query | 16300 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 16300612.478 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110152 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 21750 | | 4903473 | besdb_user | 172.24.150.131:56349 | bes_core | Query | 16297 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 16297798.696 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110523 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 21749 | | 4896788 | besdb_user | 172.24.150.133:54220 | bes_core | Query | 16297 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 16297746.704 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110539 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 21620 | | 4903253 | besdb_user | 172.24.150.133:26423 | bes_core | Query | 16249 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 16249522.439 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132092 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 22086 | | 4903682 | besdb_user | 172.24.150.133:40949 | bes_core | Query | 16243 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 16243011.038 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132209 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 3494 | | 4903488 | besdb_user | 172.24.150.135:43269 | bes_core | Query | 16242 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 16242254.388 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132219 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 21812 | | 4903483 | besdb_user | 172.24.150.131:1733 | bes_core | Query | 16241 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 16241184.355 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132230 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 119221 | | 4903693 | besdb_user | 172.24.150.131:44070 | bes_core | Query | 16237 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16237639.225 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132439 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7236 | | 4903691 | besdb_user | 172.24.150.131:56990 | bes_core | Query | 16237 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 16237661.947 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132435 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 62626 | | 4898908 | besdb_user | 172.24.150.131:6689 | bes_core | Query | 16189 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 16189434.163 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448142635 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 20592 | | 4903687 | besdb_user | 172.24.150.133:49692 | bes_core | Query | 16057 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16057963.653 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448179492 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 24391 | | 4900055 | besdb_user | 172.24.150.136:57680 | bes_core | Query | 16043 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16043123.533 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448188093 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 20551 | | 1662327 | besdb_user | 172.24.150.134:1176 | bes_core | Query | 1 | Updating | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-b2222aa5-9c0d-4940-9301-9347c18c4b53', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 1544.692 | 0 | 0 | 0.000 | 82024 | 86104 | 825908 | 1453748133 | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-b2222aa5-9c0d-4940-9301-9347c18c4b53', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 23160 | | 4932094 | besdb_user | 172.24.150.132:42964 | bes_core | Query | 0 | Update | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 581.832 | 0 | 0 | 0.000 | 82024 | 82024 | 0 | 1453748629 | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 27699 | | 4931904 | besdb_user | 172.24.150.134:6442 | bes_core | Query | 0 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 575.525 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748635 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27712 | | 4931766 | besdb_user | 172.24.150.133:58259 | bes_core | Query | 0 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 796.817 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748547 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 92638 | | 4931667 | besdb_user | 172.24.150.136:42237 | bes_core | Query | 0 | Updating | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 651.961 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748603 | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 40613 | | 4930991 | besdb_user | 172.24.150.134:4906 | bes_core | Query | 0 | Update | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 829.320 | 0 | 0 | 0.000 | 82704 | 2232512 | 0 | 1453748538 | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 24989 | | 4930819 | besdb_user | 172.24.150.132:15876 | bes_core | Query | 0 | Sending data | SELECT * FROM tb_das_tran_evid_summary_upload WHERE b_completed = 0 AND i_retry_count = 0 AND ti_toll_domain_id in (9) AND dt_trxn_time_end > DATE_SUB(SYSDATE(), INTERVAL 10 MINUTE) | 168.369 | 0 | 0 | 0.000 | 106552 | 106552 | 0 | 1453748799 | SELECT * FROM tb_das_tran_evid_summary_upload WHERE b_completed = 0 AND i_retry_count = 0 AND ti_toll_domain_id in (9) AND dt_trxn_time_end > DATE_SUB(SYSDATE(), INTERVAL 10 MINUTE) | 43390 | | 4930257 | besdb_user | 172.24.150.131:48337 | bes_core | Query | 0 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 423.855 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748743 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 47076 | | 4930178 | besdb_user | 172.24.150.131:45088 | bes_core | Query | 0 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 827.765 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748540 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27714 | | 4930179 | besdb_user | 172.24.150.131:28926 | bes_core | Query | 0 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 322.744 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748762 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 27716 | | 4928226 | besdb_user | 172.24.150.135:4899 | bes_core | Query | 0 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 398.388 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748753 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 110645 | | 4924495 | besdb_user | 172.24.150.133:25751 | bes_core | Query | 0 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 405.236 | 0 | 0 | 0.000 | 82024 | 2232512 | 0 | 1453748750 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 27738 | | 4867730 | besdb_user | 172.24.150.136:36760 | bes_core | Query | 0 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 249.349 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748775 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 40573 | | 2071920 | besdb_user | 172.24.150.135:43202 | bes_core | Query | 0 | Updating | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-ccec978f-3e31-4d07-9116-008d745394ba', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 194.076 | 0 | 0 | 0.000 | 82024 | 86104 | 71725 | 1453748781 | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-ccec978f-3e31-4d07-9116-008d745394ba', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 23154 | | 4864868 | besdb_user | 172.24.150.133:36390 | bes_core | Query | 0 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 362.344 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748758 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 39767 | | 1662333 | besdb_user | 172.24.150.132:56921 | bes_core | Query | 0 | Updating | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-78ce4589-450c-4a14-be3d-92f3748d2372', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 811.187 | 0 | 0 | 0.000 | 82024 | 86104 | 304391 | 1453748543 | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-78ce4589-450c-4a14-be3d-92f3748d2372', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 10377 | | 1662330 | besdb_user | 172.24.150.133:27458 | bes_core | Query | 0 | Updating | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-4aa3d3e4-8550-4d9b-8f19-ce1919893535', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 38.773 | 0 | 0 | 0.000 | 82024 | 86104 | 12634 | 1453748810 | UPDATE tb_message_queue_task SET vc_thread_id = 'dev-4aa3d3e4-8550-4d9b-8f19-ce1919893535', ti_status = 1 WHERE ti_status = 0 AND dt_schedule_datetime < NOW() | 108790 | | 4863600 | besdb_user | 172.24.150.136:35840 | bes_core | Query | 0 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 251.007 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748774 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 16142 | | 4861560 | besdb_user | 172.24.150.131:8633 | bes_core | Query | 0 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 477.541 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748695 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 28763 | | 4861402 | besdb_user | 172.24.150.132:52106 | bes_core | Query | 0 | Update | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 828.439 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748539 | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 47096 | | 4581219 | besdb_user | 172.24.150.135:48131 | bes_core | Query | 0 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 446.667 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748723 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 43427 | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ [OK] 2023-02-20 15:39:01 cleanup files older than 4 days [OK] 2023-02-20 15:40:02 get sessions summary select user, SUBSTR(host, 1, INSTR(host, ':') - 1) host, db, command, count(*) from information_schema.PROCESSLIST group by 1,2,3,4 order by count(*) desc, 1,2,3,4 +-------------+-------------------------------------------------+--------------------+---------+----------+ | user | host | db | command | count(*) | +-------------+-------------------------------------------------+--------------------+---------+----------+ | besdb_user | 172.24.150.133 | bes_core | Sleep | 67 | | system user | | NULL | Sleep | 65 | | besdb_user | 172.24.150.136 | bes_core | Sleep | 63 | | besdb_user | 172.24.150.132 | bes_core | Sleep | 57 | | besdb_user | 172.24.150.135 | bes_core | Sleep | 54 | | besdb_user | 172.24.150.134 | bes_core | Sleep | 46 | | besdb_user | 172.24.150.131 | bes_core | Sleep | 44 | | besdb_user | 172.24.150.136 | bes_core | Query | 44 | | besdb_user | 172.24.150.131 | bes_core | Query | 39 | | besdb_user | 172.24.150.134 | bes_core | Query | 38 | | besdb_user | 172.24.150.134 | bes_core | Killed | 33 | | besdb_user | 172.24.150.132 | bes_core | Query | 29 | | besdb_user | 172.24.150.135 | bes_core | Query | 27 | | besdb_user | 172.24.150.136 | bes_core | Killed | 24 | | besdb_user | 172.24.150.132 | bes_core | Killed | 22 | | besdb_user | 172.24.150.135 | bes_core | Killed | 22 | | besdb_user | 172.24.150.131 | bes_core | Killed | 19 | | besdb_user | 172.24.150.133 | bes_core | Query | 16 | | besdb_user | 172.24.150.133 | bes_core | Killed | 5 | | gcis_pmm | t1vdbs-gcissc-pmm01.dbaas.gcisdctr.hksarg | NULL | Sleep | 3 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | besdb_owner | 172.24.150.130 | bes_core | Sleep | 1 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Execute | 1 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Execute | 1 | | root | | NULL | Query | 1 | +-------------+-------------------------------------------------+--------------------+---------+----------+ [OK] 2023-02-20 15:40:02 get non-sleep session details (limit 100) select * from information_schema.PROCESSLIST where lower(command) <> 'sleep' and user not in ('root') order by time desc limit 100 +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | ID | USER | HOST | DB | COMMAND | TIME | STATE | INFO | TIME_MS | STAGE | MAX_STAGE | PROGRESS | MEMORY_USED | MAX_MEMORY_USED | EXAMINED_ROWS | QUERY_ID | INFO_BINARY | TID | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | 4902928 | besdb_user | 172.24.150.131:4947 | bes_core | Query | 16554 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16554959.307 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448048927 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16687 | | 4903072 | besdb_user | 172.24.150.133:62214 | bes_core | Query | 16496 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16496720.491 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448070117 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7190 | | 4901701 | besdb_user | 172.24.150.131:51895 | bes_core | Query | 16430 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 16430466.936 | 0 | 0 | 0.000 | 312936 | 312936 | 0 | 1448093473 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 125966 | | 4902932 | besdb_user | 172.24.150.131:52111 | bes_core | Query | 16423 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 16423833.053 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094386 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 6406 | | 4903028 | besdb_user | 172.24.150.131:50523 | bes_core | Query | 16422 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16422917.095 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094403 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16592 | | 4903350 | besdb_user | 172.24.150.131:28717 | bes_core | Query | 16421 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 16421408.423 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094425 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 18608 | | 4903348 | besdb_user | 172.24.150.131:16301 | bes_core | Query | 16421 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 16421831.761 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094418 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 125975 | | 4900170 | besdb_user | 172.24.150.135:4414 | bes_core | Query | 16421 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 16421275.020 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448094429 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 18606 | | 4899653 | besdb_user | 172.24.150.132:37160 | bes_core | Query | 16370 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 16370214.356 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448109642 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 21606 | | 4903534 | besdb_user | 172.24.150.136:32905 | bes_core | Query | 16363 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16363571.312 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110078 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16581 | | 4900251 | besdb_user | 172.24.150.136:1816 | bes_core | Query | 16362 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16362741.284 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110104 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16683 | | 4903538 | besdb_user | 172.24.150.136:22899 | bes_core | Query | 16361 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 16361060.093 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110152 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 21750 | | 4903473 | besdb_user | 172.24.150.131:56349 | bes_core | Query | 16358 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 16358246.311 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110523 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 21749 | | 4896788 | besdb_user | 172.24.150.133:54220 | bes_core | Query | 16358 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 16358194.319 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110539 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 21620 | | 4903253 | besdb_user | 172.24.150.133:26423 | bes_core | Query | 16309 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 16309970.054 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132092 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 22086 | | 4903682 | besdb_user | 172.24.150.133:40949 | bes_core | Query | 16303 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 16303458.653 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132209 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 3494 | | 4903488 | besdb_user | 172.24.150.135:43269 | bes_core | Query | 16302 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 16302702.003 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132219 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 21812 | | 4903483 | besdb_user | 172.24.150.131:1733 | bes_core | Query | 16301 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 16301631.970 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132230 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 119221 | | 4903693 | besdb_user | 172.24.150.131:44070 | bes_core | Query | 16298 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16298086.840 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132439 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7236 | | 4903691 | besdb_user | 172.24.150.131:56990 | bes_core | Query | 16298 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 16298109.562 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132435 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 62626 | | 4898908 | besdb_user | 172.24.150.131:6689 | bes_core | Query | 16249 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 16249881.778 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448142635 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 20592 | | 4903687 | besdb_user | 172.24.150.133:49692 | bes_core | Query | 16118 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16118411.268 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448179492 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 24391 | | 4900055 | besdb_user | 172.24.150.136:57680 | bes_core | Query | 16103 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16103571.148 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448188093 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 20551 | | 4932094 | besdb_user | 172.24.150.132:42964 | bes_core | Killed | 61 | Update | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 61029.447 | 0 | 0 | 0.000 | 82024 | 82024 | 0 | 1453748629 | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 27699 | | 4931904 | besdb_user | 172.24.150.134:6442 | bes_core | Query | 61 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 61023.140 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748635 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27712 | | 4931766 | besdb_user | 172.24.150.133:58259 | bes_core | Query | 61 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 61244.432 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748547 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 92638 | | 4931667 | besdb_user | 172.24.150.136:42237 | bes_core | Query | 61 | Updating | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 61099.576 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748603 | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 40613 | | 4930178 | besdb_user | 172.24.150.131:45088 | bes_core | Query | 61 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 61275.380 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748540 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27714 | | 4930991 | besdb_user | 172.24.150.134:4906 | bes_core | Query | 61 | Update | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 61276.935 | 0 | 0 | 0.000 | 82704 | 2232512 | 0 | 1453748538 | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 24989 | | 4861402 | besdb_user | 172.24.150.132:52106 | bes_core | Killed | 61 | Update | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 61276.054 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748539 | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 47096 | | 4930257 | besdb_user | 172.24.150.131:48337 | bes_core | Query | 60 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 60871.470 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748743 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 47076 | | 4930179 | besdb_user | 172.24.150.131:28926 | bes_core | Query | 60 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 60770.359 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748762 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 27716 | | 4928226 | besdb_user | 172.24.150.135:4899 | bes_core | Query | 60 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 60846.003 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748753 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 110645 | | 4924495 | besdb_user | 172.24.150.133:25751 | bes_core | Query | 60 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 60852.851 | 0 | 0 | 0.000 | 82024 | 2232512 | 0 | 1453748750 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 27738 | | 4867730 | besdb_user | 172.24.150.136:36760 | bes_core | Killed | 60 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 60696.964 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748775 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 40573 | | 4864868 | besdb_user | 172.24.150.133:36390 | bes_core | Killed | 60 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 60809.959 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748758 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 39767 | | 4863600 | besdb_user | 172.24.150.136:35840 | bes_core | Killed | 60 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 60698.622 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748774 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 16142 | | 4861560 | besdb_user | 172.24.150.131:8633 | bes_core | Killed | 60 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 60925.156 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748695 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 28763 | | 4581219 | besdb_user | 172.24.150.135:48131 | bes_core | Killed | 60 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 60894.282 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748723 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 43427 | | 4931047 | besdb_user | 172.24.150.131:43893 | bes_core | Query | 59 | Updating | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 59475.825 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748912 | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 46103 | | 4862109 | besdb_user | 172.24.150.133:52877 | bes_core | Killed | 59 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 59802.211 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748877 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 24991 | | 4582364 | besdb_user | 172.24.150.131:13386 | bes_core | Killed | 59 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 59924.367 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748868 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 31568 | | 4931800 | besdb_user | 172.24.150.132:7318 | bes_core | Killed | 58 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 58092.268 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749082 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 24990 | | 4931563 | besdb_user | 172.24.150.132:11720 | bes_core | Killed | 58 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 58085.838 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749091 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 14308 | | 4931482 | besdb_user | 172.24.150.134:42384 | bes_core | Killed | 58 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 58018.546 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749163 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 36962 | | 4931469 | besdb_user | 172.24.150.134:30828 | bes_core | Killed | 58 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 58018.647 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749162 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 27736 | | 4931475 | besdb_user | 172.24.150.134:60912 | bes_core | Killed | 58 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 58022.613 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749158 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 25759 | | 4931470 | besdb_user | 172.24.150.132:62618 | bes_core | Killed | 58 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 58092.055 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749084 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 42427 | | 4931464 | besdb_user | 172.24.150.134:59611 | bes_core | Killed | 58 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 58018.502 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749164 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 7375 | | 4931460 | besdb_user | 172.24.150.132:63918 | bes_core | Killed | 58 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 58092.097 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749083 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 13435 | | 4874920 | besdb_user | 172.24.150.133:24952 | bes_core | Killed | 58 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 58666.057 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453748991 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 105958 | | 4865467 | besdb_user | 172.24.150.132:51204 | bes_core | Killed | 58 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 58293.226 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453749035 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 94129 | | 4863677 | besdb_user | 172.24.150.135:2889 | bes_core | Killed | 58 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 58896.946 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748963 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 42459 | | 4932297 | besdb_user | 172.24.150.131:40199 | bes_core | Killed | 57 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 57027.809 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749514 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 13434 | | 4932269 | besdb_user | 172.24.150.132:8838 | bes_core | Killed | 57 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 57813.909 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749247 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 24993 | | 4932165 | besdb_user | 172.24.150.132:37683 | bes_core | Killed | 57 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 57655.023 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749360 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 123429 | | 4932166 | besdb_user | 172.24.150.131:14502 | bes_core | Killed | 57 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 57413.578 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749442 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 39770 | | 4932163 | besdb_user | 172.24.150.135:39844 | bes_core | Killed | 57 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 57352.476 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749451 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 47410 | | 4932161 | besdb_user | 172.24.150.135:16376 | bes_core | Killed | 57 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 57739.298 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749288 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 26840 | | 4932160 | besdb_user | 172.24.150.131:51765 | bes_core | Killed | 57 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 57978.693 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749175 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 10854 | | 4931572 | besdb_user | 172.24.150.132:4990 | bes_core | Query | 57 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 57813.895 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749248 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 126207 | | 4931569 | besdb_user | 172.24.150.135:61878 | bes_core | Killed | 57 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 57515.579 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749388 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 27770 | | 4931574 | besdb_user | 172.24.150.132:16144 | bes_core | Killed | 57 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 57824.047 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749244 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 27777 | | 4931533 | besdb_user | 172.24.150.131:49362 | bes_core | Killed | 57 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 57447.490 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749400 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 82558 | | 4931551 | besdb_user | 172.24.150.135:38272 | bes_core | Killed | 57 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 57733.505 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749322 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 47106 | | 4931550 | besdb_user | 172.24.150.135:2162 | bes_core | Killed | 57 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 57733.603 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749321 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 27754 | | 4931517 | besdb_user | 172.24.150.136:22293 | bes_core | Killed | 57 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 57295.375 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749479 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 10377 | | 4931515 | besdb_user | 172.24.150.136:37517 | bes_core | Killed | 57 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 57305.137 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749472 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 122435 | | 4931529 | besdb_user | 172.24.150.131:58721 | bes_core | Killed | 57 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 57990.781 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749172 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 24998 | | 4931528 | besdb_user | 172.24.150.131:12026 | bes_core | Killed | 57 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 57978.678 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749176 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 39779 | | 4931518 | besdb_user | 172.24.150.135:60461 | bes_core | Killed | 57 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 57587.625 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749381 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 42428 | | 4931512 | besdb_user | 172.24.150.135:22489 | bes_core | Killed | 57 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 57581.281 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749387 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 15312 | | 4931447 | besdb_user | 172.24.150.131:12683 | bes_core | Killed | 57 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 57413.830 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749440 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 23160 | | 4931494 | besdb_user | 172.24.150.135:47259 | bes_core | Killed | 57 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 57735.119 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749315 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 10432 | | 4931481 | besdb_user | 172.24.150.131:37629 | bes_core | Killed | 57 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 57051.148 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749503 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 13439 | | 4931480 | besdb_user | 172.24.150.134:3300 | bes_core | Killed | 57 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 57015.634 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749530 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 42425 | | 4931465 | besdb_user | 172.24.150.134:40874 | bes_core | Killed | 57 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 57006.103 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749532 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 47869 | | 4931441 | besdb_user | 172.24.150.135:36808 | bes_core | Killed | 57 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 57735.887 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749312 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 14311 | | 4931419 | besdb_user | 172.24.150.131:27850 | bes_core | Killed | 57 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 57412.507 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749443 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 78455 | | 4931445 | besdb_user | 172.24.150.132:51526 | bes_core | Killed | 57 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 57663.151 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749359 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 10490 | | 4931436 | besdb_user | 172.24.150.135:1931 | bes_core | Killed | 57 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 57733.023 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749323 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 27767 | | 4931434 | besdb_user | 172.24.150.132:23115 | bes_core | Killed | 57 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 57669.287 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749345 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 41601 | | 4931430 | besdb_user | 172.24.150.135:50866 | bes_core | Killed | 57 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 57730.274 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749325 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 27762 | | 4931424 | besdb_user | 172.24.150.131:48927 | bes_core | Killed | 57 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 57413.711 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749441 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 27756 | | 4931427 | besdb_user | 172.24.150.132:10746 | bes_core | Killed | 57 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 57431.214 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749410 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 40590 | | 4931418 | besdb_user | 172.24.150.135:36684 | bes_core | Killed | 57 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 57593.142 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749367 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 31422 | | 4932026 | besdb_user | 172.24.150.133:58090 | bes_core | Killed | 56 | Updating | Update bes_core.tb_otp Set i_retry_count = i_retry_count + 1 WHERE bi_otp_id = 989059 | 56423.478 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453749741 | Update bes_core.tb_otp Set i_retry_count = i_retry_count + 1 WHERE bi_otp_id = 989059 | 47105 | | 4932162 | besdb_user | 172.24.150.135:42574 | bes_core | Killed | 56 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 56727.852 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749671 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 126210 | | 4932167 | besdb_user | 172.24.150.132:30079 | bes_core | Killed | 56 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 56944.331 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749572 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 108798 | | 4931638 | besdb_user | 172.24.150.136:10345 | bes_core | Killed | 56 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 56894.814 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749606 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 47876 | | 4931584 | besdb_user | 172.24.150.132:38239 | bes_core | Killed | 56 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 56876.821 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749628 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 47812 | | 4931568 | besdb_user | 172.24.150.135:50070 | bes_core | Killed | 56 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 56934.528 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749583 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 46962 | | 4931564 | besdb_user | 172.24.150.132:2616 | bes_core | Killed | 56 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 56925.961 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749594 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 109658 | | 4931511 | besdb_user | 172.24.150.136:12347 | bes_core | Killed | 56 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153539_286_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153539_286_03',0,98.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'F719519407B9A9BB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.303000')) | 56129.559 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749774 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153539_286_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153539_286_03',0,98.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'F719519407B9A9BB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.303000')) | 27697 | | 4931479 | besdb_user | 172.24.150.135:28158 | bes_core | Killed | 56 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 56941.204 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749574 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 108823 | | 4931450 | besdb_user | 172.24.150.136:51840 | bes_core | Killed | 56 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 56892.570 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749608 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 108790 | | 4931461 | besdb_user | 172.24.150.132:28363 | bes_core | Killed | 56 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 56926.813 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749593 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 10410 | | 4931449 | besdb_user | 172.24.150.136:62163 | bes_core | Killed | 56 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153539_996_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:39.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153539_996_05',0,97.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'EAB7835682BA7183',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.307000')) | 56131.470 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749772 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153539_996_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:39.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153539_996_05',0,97.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'EAB7835682BA7183',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.307000')) | 27778 | | 4931444 | besdb_user | 172.24.150.132:1852 | bes_core | Killed | 56 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 56669.594 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749700 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 109675 | | 4931443 | besdb_user | 172.24.150.132:2269 | bes_core | Killed | 56 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 56668.552 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749701 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 10485 | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ [OK] 2023-02-20 15:40:02 cleanup files older than 4 days [OK] 2023-02-20 15:41:01 get sessions summary select user, SUBSTR(host, 1, INSTR(host, ':') - 1) host, db, command, count(*) from information_schema.PROCESSLIST group by 1,2,3,4 order by count(*) desc, 1,2,3,4 +----------------------+-------------------------------------------------+--------------------+---------+----------+ | user | host | db | command | count(*) | +----------------------+-------------------------------------------------+--------------------+---------+----------+ | besdb_user | 172.24.150.134 | bes_core | Killed | 107 | | besdb_user | 172.24.150.136 | bes_core | Killed | 102 | | besdb_user | 172.24.150.132 | bes_core | Killed | 72 | | besdb_user | 172.24.150.131 | bes_core | Killed | 71 | | besdb_user | 172.24.150.135 | bes_core | Killed | 66 | | system user | | NULL | Sleep | 65 | | besdb_user | 172.24.150.136 | bes_core | Sleep | 60 | | besdb_user | 172.24.150.132 | bes_core | Sleep | 59 | | besdb_user | 172.24.150.133 | bes_core | Sleep | 58 | | besdb_user | 172.24.150.135 | bes_core | Sleep | 52 | | besdb_user | 172.24.150.136 | bes_core | Query | 52 | | besdb_user | 172.24.150.134 | bes_core | Sleep | 47 | | besdb_user | 172.24.150.131 | bes_core | Sleep | 44 | | besdb_user | 172.24.150.134 | bes_core | Query | 44 | | besdb_user | 172.24.150.131 | bes_core | Query | 37 | | besdb_user | 172.24.150.135 | bes_core | Query | 34 | | besdb_user | 172.24.150.132 | bes_core | Query | 31 | | besdb_user | 172.24.150.133 | bes_core | Killed | 23 | | besdb_user | 172.24.150.133 | bes_core | Query | 18 | | gcis_pmm | t1vdbs-gcissc-pmm01.dbaas.gcisdctr.hksarg | NULL | Sleep | 3 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Execute | 2 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Execute | 2 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | unauthenticated user | 172.24.150.134 | NULL | Connect | 2 | | besdb_owner | 172.24.150.130 | bes_core | Sleep | 1 | | root | | NULL | Query | 1 | | unauthenticated user | 172.24.150.135 | NULL | Connect | 1 | +----------------------+-------------------------------------------------+--------------------+---------+----------+ [OK] 2023-02-20 15:41:01 get non-sleep session details (limit 100) select * from information_schema.PROCESSLIST where lower(command) <> 'sleep' and user not in ('root') order by time desc limit 100 +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | ID | USER | HOST | DB | COMMAND | TIME | STATE | INFO | TIME_MS | STAGE | MAX_STAGE | PROGRESS | MEMORY_USED | MAX_MEMORY_USED | EXAMINED_ROWS | QUERY_ID | INFO_BINARY | TID | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | 4902928 | besdb_user | 172.24.150.131:4947 | bes_core | Query | 16614 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16614558.615 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448048927 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16687 | | 4903072 | besdb_user | 172.24.150.133:62214 | bes_core | Query | 16556 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16556319.799 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448070117 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7190 | | 4901701 | besdb_user | 172.24.150.131:51895 | bes_core | Query | 16490 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 16490066.244 | 0 | 0 | 0.000 | 312936 | 312936 | 0 | 1448093473 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 125966 | | 4902932 | besdb_user | 172.24.150.131:52111 | bes_core | Query | 16483 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 16483432.361 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094386 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 6406 | | 4903028 | besdb_user | 172.24.150.131:50523 | bes_core | Query | 16482 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16482516.403 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094403 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16592 | | 4903350 | besdb_user | 172.24.150.131:28717 | bes_core | Query | 16481 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 16481007.731 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094425 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 18608 | | 4903348 | besdb_user | 172.24.150.131:16301 | bes_core | Query | 16481 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 16481431.069 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094418 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 125975 | | 4900170 | besdb_user | 172.24.150.135:4414 | bes_core | Query | 16480 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 16480874.328 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448094429 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 18606 | | 4899653 | besdb_user | 172.24.150.132:37160 | bes_core | Query | 16429 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 16429813.664 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448109642 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 21606 | | 4903534 | besdb_user | 172.24.150.136:32905 | bes_core | Query | 16423 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16423170.620 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110078 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16581 | | 4900251 | besdb_user | 172.24.150.136:1816 | bes_core | Query | 16422 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16422340.592 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110104 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16683 | | 4903538 | besdb_user | 172.24.150.136:22899 | bes_core | Query | 16420 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 16420659.401 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110152 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 21750 | | 4903473 | besdb_user | 172.24.150.131:56349 | bes_core | Query | 16417 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 16417845.619 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110523 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 21749 | | 4896788 | besdb_user | 172.24.150.133:54220 | bes_core | Query | 16417 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 16417793.627 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110539 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 21620 | | 4903253 | besdb_user | 172.24.150.133:26423 | bes_core | Query | 16369 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 16369569.362 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132092 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 22086 | | 4903682 | besdb_user | 172.24.150.133:40949 | bes_core | Query | 16363 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 16363057.961 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132209 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 3494 | | 4903488 | besdb_user | 172.24.150.135:43269 | bes_core | Query | 16362 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 16362301.311 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132219 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 21812 | | 4903483 | besdb_user | 172.24.150.131:1733 | bes_core | Query | 16361 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 16361231.278 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132230 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 119221 | | 4903693 | besdb_user | 172.24.150.131:44070 | bes_core | Query | 16357 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16357686.148 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132439 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7236 | | 4903691 | besdb_user | 172.24.150.131:56990 | bes_core | Query | 16357 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 16357708.870 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132435 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 62626 | | 4898908 | besdb_user | 172.24.150.131:6689 | bes_core | Query | 16309 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 16309481.086 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448142635 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 20592 | | 4903687 | besdb_user | 172.24.150.133:49692 | bes_core | Query | 16178 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16178010.576 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448179492 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 24391 | | 4900055 | besdb_user | 172.24.150.136:57680 | bes_core | Query | 16163 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16163170.456 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448188093 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 20551 | | 4932094 | besdb_user | 172.24.150.132:42964 | bes_core | Killed | 120 | Update | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 120628.755 | 0 | 0 | 0.000 | 82024 | 82024 | 0 | 1453748629 | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 27699 | | 4931904 | besdb_user | 172.24.150.134:6442 | bes_core | Killed | 120 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 120622.448 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748635 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27712 | | 4931766 | besdb_user | 172.24.150.133:58259 | bes_core | Killed | 120 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 120843.740 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748547 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 92638 | | 4931667 | besdb_user | 172.24.150.136:42237 | bes_core | Query | 120 | Updating | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 120698.884 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748603 | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 40613 | | 4930257 | besdb_user | 172.24.150.131:48337 | bes_core | Killed | 120 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 120470.778 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748743 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 47076 | | 4930178 | besdb_user | 172.24.150.131:45088 | bes_core | Killed | 120 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 120874.688 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748540 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27714 | | 4930179 | besdb_user | 172.24.150.131:28926 | bes_core | Killed | 120 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 120369.667 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748762 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 27716 | | 4928226 | besdb_user | 172.24.150.135:4899 | bes_core | Killed | 120 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 120445.311 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748753 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 110645 | | 4924495 | besdb_user | 172.24.150.133:25751 | bes_core | Killed | 120 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 120452.159 | 0 | 0 | 0.000 | 82024 | 2232512 | 0 | 1453748750 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 27738 | | 4930991 | besdb_user | 172.24.150.134:4906 | bes_core | Killed | 120 | Update | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 120876.243 | 0 | 0 | 0.000 | 82704 | 2232512 | 0 | 1453748538 | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 24989 | | 4867730 | besdb_user | 172.24.150.136:36760 | bes_core | Killed | 120 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 120296.272 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748775 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 40573 | | 4864868 | besdb_user | 172.24.150.133:36390 | bes_core | Killed | 120 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 120409.267 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748758 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 39767 | | 4863600 | besdb_user | 172.24.150.136:35840 | bes_core | Killed | 120 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 120297.930 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748774 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 16142 | | 4861560 | besdb_user | 172.24.150.131:8633 | bes_core | Killed | 120 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 120524.464 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748695 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 28763 | | 4861402 | besdb_user | 172.24.150.132:52106 | bes_core | Killed | 120 | Update | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 120875.362 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748539 | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 47096 | | 4581219 | besdb_user | 172.24.150.135:48131 | bes_core | Killed | 120 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 120493.590 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748723 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 43427 | | 4931047 | besdb_user | 172.24.150.131:43893 | bes_core | Query | 119 | Updating | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 119075.133 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748912 | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 46103 | | 4862109 | besdb_user | 172.24.150.133:52877 | bes_core | Killed | 119 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 119401.519 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748877 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 24991 | | 4582364 | besdb_user | 172.24.150.131:13386 | bes_core | Killed | 119 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 119523.675 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748868 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 31568 | | 4874920 | besdb_user | 172.24.150.133:24952 | bes_core | Killed | 118 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 118265.365 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453748991 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 105958 | | 4863677 | besdb_user | 172.24.150.135:2889 | bes_core | Killed | 118 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 118496.254 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748963 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 42459 | | 4932269 | besdb_user | 172.24.150.132:8838 | bes_core | Killed | 117 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 117413.217 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749247 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 24993 | | 4932165 | besdb_user | 172.24.150.132:37683 | bes_core | Killed | 117 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 117254.331 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749360 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 123429 | | 4932166 | besdb_user | 172.24.150.131:14502 | bes_core | Killed | 117 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 117012.886 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749442 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 39770 | | 4932161 | besdb_user | 172.24.150.135:16376 | bes_core | Killed | 117 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 117338.606 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749288 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 26840 | | 4932160 | besdb_user | 172.24.150.131:51765 | bes_core | Killed | 117 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 117578.001 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749175 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 10854 | | 4931800 | besdb_user | 172.24.150.132:7318 | bes_core | Killed | 117 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 117691.576 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749082 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 24990 | | 4931572 | besdb_user | 172.24.150.132:4990 | bes_core | Query | 117 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 117413.203 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749248 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 126207 | | 4931569 | besdb_user | 172.24.150.135:61878 | bes_core | Killed | 117 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 117114.887 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749388 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 27770 | | 4931574 | besdb_user | 172.24.150.132:16144 | bes_core | Killed | 117 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 117423.355 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749244 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 27777 | | 4931563 | besdb_user | 172.24.150.132:11720 | bes_core | Killed | 117 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 117685.146 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749091 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 14308 | | 4931533 | besdb_user | 172.24.150.131:49362 | bes_core | Killed | 117 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 117046.798 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749400 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 82558 | | 4931551 | besdb_user | 172.24.150.135:38272 | bes_core | Killed | 117 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 117332.813 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749322 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 47106 | | 4931550 | besdb_user | 172.24.150.135:2162 | bes_core | Killed | 117 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 117332.911 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749321 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 27754 | | 4931529 | besdb_user | 172.24.150.131:58721 | bes_core | Killed | 117 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 117590.089 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749172 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 24998 | | 4931528 | besdb_user | 172.24.150.131:12026 | bes_core | Killed | 117 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 117577.986 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749176 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 39779 | | 4931518 | besdb_user | 172.24.150.135:60461 | bes_core | Killed | 117 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 117186.933 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749381 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 42428 | | 4931512 | besdb_user | 172.24.150.135:22489 | bes_core | Killed | 117 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 117180.589 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749387 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 15312 | | 4931447 | besdb_user | 172.24.150.131:12683 | bes_core | Killed | 117 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 117013.138 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749440 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 23160 | | 4931494 | besdb_user | 172.24.150.135:47259 | bes_core | Killed | 117 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 117334.427 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749315 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 10432 | | 4931482 | besdb_user | 172.24.150.134:42384 | bes_core | Killed | 117 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 117617.854 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749163 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 36962 | | 4931469 | besdb_user | 172.24.150.134:30828 | bes_core | Killed | 117 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 117617.955 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749162 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 27736 | | 4931475 | besdb_user | 172.24.150.134:60912 | bes_core | Killed | 117 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 117621.921 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749158 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 25759 | | 4931470 | besdb_user | 172.24.150.132:62618 | bes_core | Killed | 117 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 117691.363 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749084 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 42427 | | 4931464 | besdb_user | 172.24.150.134:59611 | bes_core | Killed | 117 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 117617.810 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749164 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 7375 | | 4931460 | besdb_user | 172.24.150.132:63918 | bes_core | Killed | 117 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 117691.405 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749083 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 13435 | | 4931441 | besdb_user | 172.24.150.135:36808 | bes_core | Killed | 117 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 117335.195 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749312 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 14311 | | 4931419 | besdb_user | 172.24.150.131:27850 | bes_core | Killed | 117 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 117011.815 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749443 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 78455 | | 4931445 | besdb_user | 172.24.150.132:51526 | bes_core | Killed | 117 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 117262.459 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749359 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 10490 | | 4931436 | besdb_user | 172.24.150.135:1931 | bes_core | Killed | 117 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 117332.331 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749323 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 27767 | | 4931434 | besdb_user | 172.24.150.132:23115 | bes_core | Killed | 117 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 117268.595 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749345 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 41601 | | 4931430 | besdb_user | 172.24.150.135:50866 | bes_core | Killed | 117 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 117329.582 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749325 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 27762 | | 4931424 | besdb_user | 172.24.150.131:48927 | bes_core | Killed | 117 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 117013.019 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749441 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 27756 | | 4931427 | besdb_user | 172.24.150.132:10746 | bes_core | Killed | 117 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 117030.522 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749410 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 40590 | | 4931418 | besdb_user | 172.24.150.135:36684 | bes_core | Killed | 117 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 117192.450 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749367 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 31422 | | 4865467 | besdb_user | 172.24.150.132:51204 | bes_core | Killed | 117 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 117892.534 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453749035 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 94129 | | 4932026 | besdb_user | 172.24.150.133:58090 | bes_core | Killed | 116 | Updating | Update bes_core.tb_otp Set i_retry_count = i_retry_count + 1 WHERE bi_otp_id = 989059 | 116022.786 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453749741 | Update bes_core.tb_otp Set i_retry_count = i_retry_count + 1 WHERE bi_otp_id = 989059 | 47105 | | 4932297 | besdb_user | 172.24.150.131:40199 | bes_core | Killed | 116 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 116627.117 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749514 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 13434 | | 4932162 | besdb_user | 172.24.150.135:42574 | bes_core | Killed | 116 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 116327.160 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749671 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 126210 | | 4932167 | besdb_user | 172.24.150.132:30079 | bes_core | Killed | 116 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 116543.639 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749572 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 108798 | | 4932163 | besdb_user | 172.24.150.135:39844 | bes_core | Killed | 116 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 116951.784 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749451 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 47410 | | 4931638 | besdb_user | 172.24.150.136:10345 | bes_core | Killed | 116 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 116494.122 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749606 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 47876 | | 4931584 | besdb_user | 172.24.150.132:38239 | bes_core | Killed | 116 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 116476.129 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749628 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 47812 | | 4931568 | besdb_user | 172.24.150.135:50070 | bes_core | Killed | 116 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 116533.836 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749583 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 46962 | | 4931564 | besdb_user | 172.24.150.132:2616 | bes_core | Killed | 116 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 116525.269 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749594 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 109658 | | 4931517 | besdb_user | 172.24.150.136:22293 | bes_core | Killed | 116 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 116894.683 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749479 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 10377 | | 4931515 | besdb_user | 172.24.150.136:37517 | bes_core | Killed | 116 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 116904.445 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749472 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 122435 | | 4931479 | besdb_user | 172.24.150.135:28158 | bes_core | Killed | 116 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 116540.512 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749574 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 108823 | | 4931481 | besdb_user | 172.24.150.131:37629 | bes_core | Killed | 116 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 116650.456 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749503 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 13439 | | 4931480 | besdb_user | 172.24.150.134:3300 | bes_core | Killed | 116 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 116614.942 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749530 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 42425 | | 4931450 | besdb_user | 172.24.150.136:51840 | bes_core | Killed | 116 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 116491.878 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749608 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 108790 | | 4931461 | besdb_user | 172.24.150.132:28363 | bes_core | Killed | 116 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 116526.121 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749593 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 10410 | | 4931465 | besdb_user | 172.24.150.134:40874 | bes_core | Killed | 116 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 116605.411 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749532 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 47869 | | 4931444 | besdb_user | 172.24.150.132:1852 | bes_core | Killed | 116 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 116268.902 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749700 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 109675 | | 4931443 | besdb_user | 172.24.150.132:2269 | bes_core | Killed | 116 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 116267.860 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749701 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 10485 | | 4931432 | besdb_user | 172.24.150.131:56755 | bes_core | Killed | 116 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153620_932_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:20.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153620_932_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'48FF71915F02B896',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.394000')) | 116238.246 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749723 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153620_932_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:20.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153620_932_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'48FF71915F02B896',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.394000')) | 27764 | | 4931431 | besdb_user | 172.24.150.135:57090 | bes_core | Killed | 116 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_901_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153526_901_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'9EEA6E9C57869B42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.274000')) | 116332.346 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749667 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_901_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153526_901_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'9EEA6E9C57869B42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.274000')) | 125284 | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ [OK] 2023-02-20 15:41:02 cleanup files older than 4 days [OK] 2023-02-20 15:42:01 get sessions summary select user, SUBSTR(host, 1, INSTR(host, ':') - 1) host, db, command, count(*) from information_schema.PROCESSLIST group by 1,2,3,4 order by count(*) desc, 1,2,3,4 +-------------+-------------------------------------------------+--------------------+---------+----------+ | user | host | db | command | count(*) | +-------------+-------------------------------------------------+--------------------+---------+----------+ | besdb_user | 172.24.150.134 | bes_core | Killed | 190 | | besdb_user | 172.24.150.136 | bes_core | Killed | 185 | | besdb_user | 172.24.150.132 | bes_core | Killed | 127 | | besdb_user | 172.24.150.131 | bes_core | Killed | 118 | | besdb_user | 172.24.150.135 | bes_core | Killed | 117 | | besdb_user | 172.24.150.133 | bes_core | Sleep | 66 | | system user | | NULL | Sleep | 65 | | besdb_user | 172.24.150.132 | bes_core | Sleep | 62 | | besdb_user | 172.24.150.135 | bes_core | Sleep | 60 | | besdb_user | 172.24.150.136 | bes_core | Sleep | 56 | | besdb_user | 172.24.150.136 | bes_core | Query | 46 | | besdb_user | 172.24.150.133 | bes_core | Killed | 44 | | besdb_user | 172.24.150.134 | bes_core | Query | 44 | | besdb_user | 172.24.150.134 | bes_core | Sleep | 44 | | besdb_user | 172.24.150.131 | bes_core | Query | 43 | | besdb_user | 172.24.150.131 | bes_core | Sleep | 36 | | besdb_user | 172.24.150.132 | bes_core | Query | 35 | | besdb_user | 172.24.150.135 | bes_core | Query | 34 | | besdb_user | 172.24.150.133 | bes_core | Query | 20 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Execute | 3 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Execute | 3 | | gcis_pmm | t1vdbs-gcissc-pmm01.dbaas.gcisdctr.hksarg | NULL | Sleep | 3 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | besdb_owner | 172.24.150.130 | bes_core | Sleep | 1 | | root | | NULL | Query | 1 | +-------------+-------------------------------------------------+--------------------+---------+----------+ [OK] 2023-02-20 15:42:01 get non-sleep session details (limit 100) select * from information_schema.PROCESSLIST where lower(command) <> 'sleep' and user not in ('root') order by time desc limit 100 +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | ID | USER | HOST | DB | COMMAND | TIME | STATE | INFO | TIME_MS | STAGE | MAX_STAGE | PROGRESS | MEMORY_USED | MAX_MEMORY_USED | EXAMINED_ROWS | QUERY_ID | INFO_BINARY | TID | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | 4902928 | besdb_user | 172.24.150.131:4947 | bes_core | Query | 16674 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16674543.669 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448048927 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16687 | | 4903072 | besdb_user | 172.24.150.133:62214 | bes_core | Query | 16616 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16616304.853 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448070117 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7190 | | 4901701 | besdb_user | 172.24.150.131:51895 | bes_core | Query | 16550 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 16550051.298 | 0 | 0 | 0.000 | 312936 | 312936 | 0 | 1448093473 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 125966 | | 4902932 | besdb_user | 172.24.150.131:52111 | bes_core | Query | 16543 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 16543417.415 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094386 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 6406 | | 4903028 | besdb_user | 172.24.150.131:50523 | bes_core | Query | 16542 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16542501.457 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094403 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16592 | | 4903348 | besdb_user | 172.24.150.131:16301 | bes_core | Query | 16541 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 16541416.123 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094418 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 125975 | | 4903350 | besdb_user | 172.24.150.131:28717 | bes_core | Query | 16540 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 16540992.785 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094425 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 18608 | | 4900170 | besdb_user | 172.24.150.135:4414 | bes_core | Query | 16540 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 16540859.382 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448094429 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 18606 | | 4899653 | besdb_user | 172.24.150.132:37160 | bes_core | Query | 16489 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 16489798.718 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448109642 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 21606 | | 4903534 | besdb_user | 172.24.150.136:32905 | bes_core | Query | 16483 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16483155.674 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110078 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16581 | | 4900251 | besdb_user | 172.24.150.136:1816 | bes_core | Query | 16482 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16482325.646 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110104 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16683 | | 4903538 | besdb_user | 172.24.150.136:22899 | bes_core | Query | 16480 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 16480644.455 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110152 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 21750 | | 4903473 | besdb_user | 172.24.150.131:56349 | bes_core | Query | 16477 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 16477830.673 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110523 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 21749 | | 4896788 | besdb_user | 172.24.150.133:54220 | bes_core | Query | 16477 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 16477778.681 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110539 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 21620 | | 4903253 | besdb_user | 172.24.150.133:26423 | bes_core | Query | 16429 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 16429554.416 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132092 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 22086 | | 4903682 | besdb_user | 172.24.150.133:40949 | bes_core | Query | 16423 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 16423043.015 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132209 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 3494 | | 4903488 | besdb_user | 172.24.150.135:43269 | bes_core | Query | 16422 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 16422286.365 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132219 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 21812 | | 4903483 | besdb_user | 172.24.150.131:1733 | bes_core | Query | 16421 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 16421216.332 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132230 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 119221 | | 4903693 | besdb_user | 172.24.150.131:44070 | bes_core | Query | 16417 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16417671.202 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132439 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7236 | | 4903691 | besdb_user | 172.24.150.131:56990 | bes_core | Query | 16417 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 16417693.924 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132435 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 62626 | | 4898908 | besdb_user | 172.24.150.131:6689 | bes_core | Query | 16369 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 16369466.140 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448142635 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 20592 | | 4903687 | besdb_user | 172.24.150.133:49692 | bes_core | Query | 16237 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16237995.630 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448179492 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 24391 | | 4900055 | besdb_user | 172.24.150.136:57680 | bes_core | Query | 16223 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16223155.510 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448188093 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 20551 | | 4932094 | besdb_user | 172.24.150.132:42964 | bes_core | Killed | 180 | Update | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 180613.809 | 0 | 0 | 0.000 | 82024 | 82024 | 0 | 1453748629 | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 27699 | | 4931904 | besdb_user | 172.24.150.134:6442 | bes_core | Killed | 180 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 180607.502 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748635 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27712 | | 4931766 | besdb_user | 172.24.150.133:58259 | bes_core | Killed | 180 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 180828.794 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748547 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 92638 | | 4931667 | besdb_user | 172.24.150.136:42237 | bes_core | Query | 180 | Updating | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 180683.938 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748603 | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 40613 | | 4930257 | besdb_user | 172.24.150.131:48337 | bes_core | Killed | 180 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 180455.832 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748743 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 47076 | | 4930178 | besdb_user | 172.24.150.131:45088 | bes_core | Killed | 180 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 180859.742 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748540 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27714 | | 4930179 | besdb_user | 172.24.150.131:28926 | bes_core | Killed | 180 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 180354.721 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748762 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 27716 | | 4928226 | besdb_user | 172.24.150.135:4899 | bes_core | Killed | 180 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 180430.365 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748753 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 110645 | | 4924495 | besdb_user | 172.24.150.133:25751 | bes_core | Killed | 180 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 180437.213 | 0 | 0 | 0.000 | 82024 | 2232512 | 0 | 1453748750 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 27738 | | 4930991 | besdb_user | 172.24.150.134:4906 | bes_core | Killed | 180 | Update | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 180861.297 | 0 | 0 | 0.000 | 82704 | 2232512 | 0 | 1453748538 | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 24989 | | 4867730 | besdb_user | 172.24.150.136:36760 | bes_core | Killed | 180 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 180281.326 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748775 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 40573 | | 4864868 | besdb_user | 172.24.150.133:36390 | bes_core | Killed | 180 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 180394.321 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748758 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 39767 | | 4863600 | besdb_user | 172.24.150.136:35840 | bes_core | Killed | 180 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 180282.984 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748774 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 16142 | | 4861560 | besdb_user | 172.24.150.131:8633 | bes_core | Killed | 180 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 180509.518 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748695 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 28763 | | 4861402 | besdb_user | 172.24.150.132:52106 | bes_core | Killed | 180 | Update | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 180860.416 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748539 | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 47096 | | 4581219 | besdb_user | 172.24.150.135:48131 | bes_core | Killed | 180 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 180478.644 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748723 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 43427 | | 4931047 | besdb_user | 172.24.150.131:43893 | bes_core | Query | 179 | Updating | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 179060.187 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748912 | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 46103 | | 4862109 | besdb_user | 172.24.150.133:52877 | bes_core | Killed | 179 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 179386.573 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748877 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 24991 | | 4582364 | besdb_user | 172.24.150.131:13386 | bes_core | Killed | 179 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 179508.729 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748868 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 31568 | | 4874920 | besdb_user | 172.24.150.133:24952 | bes_core | Killed | 178 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 178250.419 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453748991 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 105958 | | 4863677 | besdb_user | 172.24.150.135:2889 | bes_core | Killed | 178 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 178481.308 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748963 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 42459 | | 4932269 | besdb_user | 172.24.150.132:8838 | bes_core | Killed | 177 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 177398.271 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749247 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 24993 | | 4932165 | besdb_user | 172.24.150.132:37683 | bes_core | Killed | 177 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 177239.385 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749360 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 123429 | | 4932161 | besdb_user | 172.24.150.135:16376 | bes_core | Killed | 177 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 177323.660 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749288 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 26840 | | 4932160 | besdb_user | 172.24.150.131:51765 | bes_core | Killed | 177 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 177563.055 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749175 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 10854 | | 4931800 | besdb_user | 172.24.150.132:7318 | bes_core | Killed | 177 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 177676.630 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749082 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 24990 | | 4931572 | besdb_user | 172.24.150.132:4990 | bes_core | Query | 177 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 177398.257 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749248 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 126207 | | 4931569 | besdb_user | 172.24.150.135:61878 | bes_core | Killed | 177 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 177099.941 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749388 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 27770 | | 4931574 | besdb_user | 172.24.150.132:16144 | bes_core | Killed | 177 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 177408.409 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749244 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 27777 | | 4931563 | besdb_user | 172.24.150.132:11720 | bes_core | Killed | 177 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 177670.200 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749091 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 14308 | | 4931533 | besdb_user | 172.24.150.131:49362 | bes_core | Killed | 177 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 177031.852 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749400 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 82558 | | 4931551 | besdb_user | 172.24.150.135:38272 | bes_core | Killed | 177 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 177317.867 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749322 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 47106 | | 4931550 | besdb_user | 172.24.150.135:2162 | bes_core | Killed | 177 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 177317.965 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749321 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 27754 | | 4931529 | besdb_user | 172.24.150.131:58721 | bes_core | Killed | 177 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 177575.143 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749172 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 24998 | | 4931528 | besdb_user | 172.24.150.131:12026 | bes_core | Killed | 177 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 177563.040 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749176 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 39779 | | 4931518 | besdb_user | 172.24.150.135:60461 | bes_core | Killed | 177 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 177171.987 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749381 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 42428 | | 4931512 | besdb_user | 172.24.150.135:22489 | bes_core | Killed | 177 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 177165.643 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749387 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 15312 | | 4931494 | besdb_user | 172.24.150.135:47259 | bes_core | Killed | 177 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 177319.481 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749315 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 10432 | | 4931482 | besdb_user | 172.24.150.134:42384 | bes_core | Killed | 177 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 177602.908 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749163 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 36962 | | 4931469 | besdb_user | 172.24.150.134:30828 | bes_core | Killed | 177 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 177603.009 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749162 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 27736 | | 4931475 | besdb_user | 172.24.150.134:60912 | bes_core | Killed | 177 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 177606.975 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749158 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 25759 | | 4931470 | besdb_user | 172.24.150.132:62618 | bes_core | Killed | 177 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 177676.417 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749084 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 42427 | | 4931464 | besdb_user | 172.24.150.134:59611 | bes_core | Killed | 177 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 177602.864 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749164 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 7375 | | 4931460 | besdb_user | 172.24.150.132:63918 | bes_core | Killed | 177 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 177676.459 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749083 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 13435 | | 4931441 | besdb_user | 172.24.150.135:36808 | bes_core | Killed | 177 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 177320.249 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749312 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 14311 | | 4931445 | besdb_user | 172.24.150.132:51526 | bes_core | Killed | 177 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 177247.513 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749359 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 10490 | | 4931436 | besdb_user | 172.24.150.135:1931 | bes_core | Killed | 177 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 177317.385 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749323 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 27767 | | 4931434 | besdb_user | 172.24.150.132:23115 | bes_core | Killed | 177 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 177253.649 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749345 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 41601 | | 4931430 | besdb_user | 172.24.150.135:50866 | bes_core | Killed | 177 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 177314.636 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749325 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 27762 | | 4931427 | besdb_user | 172.24.150.132:10746 | bes_core | Killed | 177 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 177015.576 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749410 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 40590 | | 4931418 | besdb_user | 172.24.150.135:36684 | bes_core | Killed | 177 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 177177.504 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749367 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 31422 | | 4865467 | besdb_user | 172.24.150.132:51204 | bes_core | Killed | 177 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 177877.588 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453749035 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 94129 | | 4932026 | besdb_user | 172.24.150.133:58090 | bes_core | Killed | 176 | Updating | Update bes_core.tb_otp Set i_retry_count = i_retry_count + 1 WHERE bi_otp_id = 989059 | 176007.840 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453749741 | Update bes_core.tb_otp Set i_retry_count = i_retry_count + 1 WHERE bi_otp_id = 989059 | 47105 | | 4932297 | besdb_user | 172.24.150.131:40199 | bes_core | Killed | 176 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 176612.171 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749514 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 13434 | | 4932162 | besdb_user | 172.24.150.135:42574 | bes_core | Killed | 176 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 176312.214 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749671 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 126210 | | 4932167 | besdb_user | 172.24.150.132:30079 | bes_core | Killed | 176 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 176528.693 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749572 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 108798 | | 4932166 | besdb_user | 172.24.150.131:14502 | bes_core | Killed | 176 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 176997.940 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749442 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 39770 | | 4932163 | besdb_user | 172.24.150.135:39844 | bes_core | Killed | 176 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 176936.838 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749451 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 47410 | | 4931638 | besdb_user | 172.24.150.136:10345 | bes_core | Killed | 176 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 176479.176 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749606 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 47876 | | 4931584 | besdb_user | 172.24.150.132:38239 | bes_core | Killed | 176 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 176461.183 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749628 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 47812 | | 4931568 | besdb_user | 172.24.150.135:50070 | bes_core | Killed | 176 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 176518.890 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749583 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 46962 | | 4931564 | besdb_user | 172.24.150.132:2616 | bes_core | Killed | 176 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 176510.323 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749594 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 109658 | | 4931517 | besdb_user | 172.24.150.136:22293 | bes_core | Killed | 176 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 176879.737 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749479 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 10377 | | 4931515 | besdb_user | 172.24.150.136:37517 | bes_core | Killed | 176 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 176889.499 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749472 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 122435 | | 4931479 | besdb_user | 172.24.150.135:28158 | bes_core | Killed | 176 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 176525.566 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749574 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 108823 | | 4931447 | besdb_user | 172.24.150.131:12683 | bes_core | Killed | 176 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 176998.192 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749440 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 23160 | | 4931481 | besdb_user | 172.24.150.131:37629 | bes_core | Killed | 176 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 176635.510 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749503 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 13439 | | 4931480 | besdb_user | 172.24.150.134:3300 | bes_core | Killed | 176 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 176599.996 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749530 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 42425 | | 4931450 | besdb_user | 172.24.150.136:51840 | bes_core | Killed | 176 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 176476.932 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749608 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 108790 | | 4931461 | besdb_user | 172.24.150.132:28363 | bes_core | Killed | 176 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 176511.175 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749593 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 10410 | | 4931465 | besdb_user | 172.24.150.134:40874 | bes_core | Killed | 176 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 176590.465 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749532 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 47869 | | 4931444 | besdb_user | 172.24.150.132:1852 | bes_core | Killed | 176 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 176253.956 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749700 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 109675 | | 4931419 | besdb_user | 172.24.150.131:27850 | bes_core | Killed | 176 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 176996.869 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749443 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 78455 | | 4931443 | besdb_user | 172.24.150.132:2269 | bes_core | Killed | 176 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 176252.914 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749701 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 10485 | | 4931432 | besdb_user | 172.24.150.131:56755 | bes_core | Killed | 176 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153620_932_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:20.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153620_932_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'48FF71915F02B896',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.394000')) | 176223.300 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749723 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153620_932_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:20.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153620_932_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'48FF71915F02B896',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.394000')) | 27764 | | 4931431 | besdb_user | 172.24.150.135:57090 | bes_core | Killed | 176 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_901_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153526_901_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'9EEA6E9C57869B42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.274000')) | 176317.400 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749667 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_901_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153526_901_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'9EEA6E9C57869B42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.274000')) | 125284 | | 4931429 | besdb_user | 172.24.150.135:63928 | bes_core | Killed | 176 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153614_334_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153614_334_03',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'2BC028FCA622C1DB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.373000')) | 176312.536 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749670 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153614_334_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153614_334_03',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'2BC028FCA622C1DB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.373000')) | 78514 | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ [OK] 2023-02-20 15:42:02 cleanup files older than 4 days [OK] 2023-02-20 15:43:01 get sessions summary select user, SUBSTR(host, 1, INSTR(host, ':') - 1) host, db, command, count(*) from information_schema.PROCESSLIST group by 1,2,3,4 order by count(*) desc, 1,2,3,4 +----------------------+-------------------------------------------------+--------------------+---------+----------+ | user | host | db | command | count(*) | +----------------------+-------------------------------------------------+--------------------+---------+----------+ | besdb_user | 172.24.150.134 | bes_core | Killed | 270 | | besdb_user | 172.24.150.136 | bes_core | Killed | 267 | | besdb_user | 172.24.150.132 | bes_core | Killed | 184 | | besdb_user | 172.24.150.131 | bes_core | Killed | 169 | | besdb_user | 172.24.150.135 | bes_core | Killed | 164 | | system user | | NULL | Sleep | 65 | | besdb_user | 172.24.150.133 | bes_core | Sleep | 64 | | besdb_user | 172.24.150.133 | bes_core | Killed | 63 | | besdb_user | 172.24.150.132 | bes_core | Sleep | 54 | | besdb_user | 172.24.150.135 | bes_core | Sleep | 54 | | besdb_user | 172.24.150.136 | bes_core | Query | 54 | | besdb_user | 172.24.150.136 | bes_core | Sleep | 49 | | besdb_user | 172.24.150.131 | bes_core | Query | 43 | | besdb_user | 172.24.150.134 | bes_core | Sleep | 39 | | besdb_user | 172.24.150.132 | bes_core | Query | 36 | | besdb_user | 172.24.150.134 | bes_core | Query | 35 | | besdb_user | 172.24.150.135 | bes_core | Query | 33 | | besdb_user | 172.24.150.131 | bes_core | Sleep | 31 | | besdb_user | 172.24.150.133 | bes_core | Query | 21 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Execute | 4 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Execute | 4 | | gcis_pmm | t1vdbs-gcissc-pmm01.dbaas.gcisdctr.hksarg | NULL | Sleep | 3 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | besdb_owner | 172.24.150.130 | bes_core | Sleep | 1 | | besdb_owner | 172.24.150.131 | bes_core | Sleep | 1 | | root | | NULL | Query | 1 | | unauthenticated user | 172.24.150.134 | NULL | Connect | 1 | +----------------------+-------------------------------------------------+--------------------+---------+----------+ [OK] 2023-02-20 15:43:01 get non-sleep session details (limit 100) select * from information_schema.PROCESSLIST where lower(command) <> 'sleep' and user not in ('root') order by time desc limit 100 +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | ID | USER | HOST | DB | COMMAND | TIME | STATE | INFO | TIME_MS | STAGE | MAX_STAGE | PROGRESS | MEMORY_USED | MAX_MEMORY_USED | EXAMINED_ROWS | QUERY_ID | INFO_BINARY | TID | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | 4902928 | besdb_user | 172.24.150.131:4947 | bes_core | Query | 16734 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16734604.102 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448048927 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16687 | | 4903072 | besdb_user | 172.24.150.133:62214 | bes_core | Query | 16676 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16676365.286 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448070117 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7190 | | 4901701 | besdb_user | 172.24.150.131:51895 | bes_core | Query | 16610 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 16610111.731 | 0 | 0 | 0.000 | 312936 | 312936 | 0 | 1448093473 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 125966 | | 4902932 | besdb_user | 172.24.150.131:52111 | bes_core | Query | 16603 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 16603477.848 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094386 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 6406 | | 4903028 | besdb_user | 172.24.150.131:50523 | bes_core | Query | 16602 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16602561.890 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094403 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16592 | | 4903350 | besdb_user | 172.24.150.131:28717 | bes_core | Query | 16601 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 16601053.218 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094425 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 18608 | | 4903348 | besdb_user | 172.24.150.131:16301 | bes_core | Query | 16601 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 16601476.556 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094418 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 125975 | | 4900170 | besdb_user | 172.24.150.135:4414 | bes_core | Query | 16600 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 16600919.815 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448094429 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 18606 | | 4899653 | besdb_user | 172.24.150.132:37160 | bes_core | Query | 16549 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 16549859.151 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448109642 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 21606 | | 4903534 | besdb_user | 172.24.150.136:32905 | bes_core | Query | 16543 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16543216.107 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110078 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16581 | | 4900251 | besdb_user | 172.24.150.136:1816 | bes_core | Query | 16542 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16542386.079 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110104 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16683 | | 4903538 | besdb_user | 172.24.150.136:22899 | bes_core | Query | 16540 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 16540704.888 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110152 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 21750 | | 4903473 | besdb_user | 172.24.150.131:56349 | bes_core | Query | 16537 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 16537891.106 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110523 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 21749 | | 4896788 | besdb_user | 172.24.150.133:54220 | bes_core | Query | 16537 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 16537839.114 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110539 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 21620 | | 4903253 | besdb_user | 172.24.150.133:26423 | bes_core | Query | 16489 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 16489614.849 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132092 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 22086 | | 4903682 | besdb_user | 172.24.150.133:40949 | bes_core | Query | 16483 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 16483103.448 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132209 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 3494 | | 4903488 | besdb_user | 172.24.150.135:43269 | bes_core | Query | 16482 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 16482346.798 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132219 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 21812 | | 4903483 | besdb_user | 172.24.150.131:1733 | bes_core | Query | 16481 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 16481276.765 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132230 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 119221 | | 4903693 | besdb_user | 172.24.150.131:44070 | bes_core | Query | 16477 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16477731.635 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132439 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7236 | | 4903691 | besdb_user | 172.24.150.131:56990 | bes_core | Query | 16477 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 16477754.357 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132435 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 62626 | | 4898908 | besdb_user | 172.24.150.131:6689 | bes_core | Query | 16429 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 16429526.573 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448142635 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 20592 | | 4903687 | besdb_user | 172.24.150.133:49692 | bes_core | Query | 16298 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16298056.063 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448179492 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 24391 | | 4900055 | besdb_user | 172.24.150.136:57680 | bes_core | Query | 16283 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16283215.943 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448188093 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 20551 | | 4932094 | besdb_user | 172.24.150.132:42964 | bes_core | Killed | 240 | Update | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 240674.242 | 0 | 0 | 0.000 | 82024 | 82024 | 0 | 1453748629 | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 27699 | | 4931904 | besdb_user | 172.24.150.134:6442 | bes_core | Killed | 240 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 240667.935 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748635 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27712 | | 4931766 | besdb_user | 172.24.150.133:58259 | bes_core | Killed | 240 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 240889.227 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748547 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 92638 | | 4931667 | besdb_user | 172.24.150.136:42237 | bes_core | Query | 240 | Updating | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 240744.371 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748603 | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 40613 | | 4930257 | besdb_user | 172.24.150.131:48337 | bes_core | Killed | 240 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 240516.265 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748743 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 47076 | | 4930178 | besdb_user | 172.24.150.131:45088 | bes_core | Killed | 240 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 240920.175 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748540 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27714 | | 4930179 | besdb_user | 172.24.150.131:28926 | bes_core | Killed | 240 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 240415.154 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748762 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 27716 | | 4928226 | besdb_user | 172.24.150.135:4899 | bes_core | Killed | 240 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 240490.798 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748753 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 110645 | | 4924495 | besdb_user | 172.24.150.133:25751 | bes_core | Killed | 240 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 240497.646 | 0 | 0 | 0.000 | 82024 | 2232512 | 0 | 1453748750 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 27738 | | 4930991 | besdb_user | 172.24.150.134:4906 | bes_core | Killed | 240 | Update | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 240921.730 | 0 | 0 | 0.000 | 82704 | 2232512 | 0 | 1453748538 | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 24989 | | 4867730 | besdb_user | 172.24.150.136:36760 | bes_core | Killed | 240 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 240341.759 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748775 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 40573 | | 4864868 | besdb_user | 172.24.150.133:36390 | bes_core | Killed | 240 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 240454.754 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748758 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 39767 | | 4863600 | besdb_user | 172.24.150.136:35840 | bes_core | Killed | 240 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 240343.417 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748774 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 16142 | | 4861560 | besdb_user | 172.24.150.131:8633 | bes_core | Killed | 240 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 240569.951 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748695 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 28763 | | 4861402 | besdb_user | 172.24.150.132:52106 | bes_core | Killed | 240 | Update | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 240920.849 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748539 | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 47096 | | 4581219 | besdb_user | 172.24.150.135:48131 | bes_core | Killed | 240 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 240539.077 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748723 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 43427 | | 4931047 | besdb_user | 172.24.150.131:43893 | bes_core | Query | 239 | Updating | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 239120.620 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748912 | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 46103 | | 4862109 | besdb_user | 172.24.150.133:52877 | bes_core | Killed | 239 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 239447.006 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748877 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 24991 | | 4582364 | besdb_user | 172.24.150.131:13386 | bes_core | Killed | 239 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 239569.162 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748868 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 31568 | | 4874920 | besdb_user | 172.24.150.133:24952 | bes_core | Killed | 238 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 238310.852 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453748991 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 105958 | | 4863677 | besdb_user | 172.24.150.135:2889 | bes_core | Killed | 238 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 238541.741 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748963 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 42459 | | 4932269 | besdb_user | 172.24.150.132:8838 | bes_core | Killed | 237 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 237458.704 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749247 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 24993 | | 4932165 | besdb_user | 172.24.150.132:37683 | bes_core | Killed | 237 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 237299.818 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749360 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 123429 | | 4932166 | besdb_user | 172.24.150.131:14502 | bes_core | Killed | 237 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 237058.373 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749442 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 39770 | | 4932161 | besdb_user | 172.24.150.135:16376 | bes_core | Killed | 237 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 237384.093 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749288 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 26840 | | 4932160 | besdb_user | 172.24.150.131:51765 | bes_core | Killed | 237 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 237623.488 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749175 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 10854 | | 4931800 | besdb_user | 172.24.150.132:7318 | bes_core | Killed | 237 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 237737.063 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749082 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 24990 | | 4931572 | besdb_user | 172.24.150.132:4990 | bes_core | Query | 237 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 237458.690 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749248 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 126207 | | 4931569 | besdb_user | 172.24.150.135:61878 | bes_core | Killed | 237 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 237160.374 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749388 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 27770 | | 4931574 | besdb_user | 172.24.150.132:16144 | bes_core | Killed | 237 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 237468.842 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749244 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 27777 | | 4931563 | besdb_user | 172.24.150.132:11720 | bes_core | Killed | 237 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 237730.633 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749091 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 14308 | | 4931533 | besdb_user | 172.24.150.131:49362 | bes_core | Killed | 237 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 237092.285 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749400 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 82558 | | 4931551 | besdb_user | 172.24.150.135:38272 | bes_core | Killed | 237 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 237378.300 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749322 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 47106 | | 4931550 | besdb_user | 172.24.150.135:2162 | bes_core | Killed | 237 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 237378.398 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749321 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 27754 | | 4931529 | besdb_user | 172.24.150.131:58721 | bes_core | Killed | 237 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 237635.576 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749172 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 24998 | | 4931528 | besdb_user | 172.24.150.131:12026 | bes_core | Killed | 237 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 237623.473 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749176 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 39779 | | 4931518 | besdb_user | 172.24.150.135:60461 | bes_core | Killed | 237 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 237232.420 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749381 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 42428 | | 4931512 | besdb_user | 172.24.150.135:22489 | bes_core | Killed | 237 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 237226.076 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749387 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 15312 | | 4931447 | besdb_user | 172.24.150.131:12683 | bes_core | Killed | 237 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 237058.625 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749440 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 23160 | | 4931494 | besdb_user | 172.24.150.135:47259 | bes_core | Killed | 237 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 237379.914 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749315 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 10432 | | 4931482 | besdb_user | 172.24.150.134:42384 | bes_core | Killed | 237 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 237663.341 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749163 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 36962 | | 4931469 | besdb_user | 172.24.150.134:30828 | bes_core | Killed | 237 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 237663.442 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749162 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 27736 | | 4931475 | besdb_user | 172.24.150.134:60912 | bes_core | Killed | 237 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 237667.408 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749158 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 25759 | | 4931470 | besdb_user | 172.24.150.132:62618 | bes_core | Killed | 237 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 237736.850 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749084 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 42427 | | 4931464 | besdb_user | 172.24.150.134:59611 | bes_core | Killed | 237 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 237663.297 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749164 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 7375 | | 4931460 | besdb_user | 172.24.150.132:63918 | bes_core | Killed | 237 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 237736.892 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749083 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 13435 | | 4931441 | besdb_user | 172.24.150.135:36808 | bes_core | Killed | 237 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 237380.682 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749312 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 14311 | | 4931419 | besdb_user | 172.24.150.131:27850 | bes_core | Killed | 237 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 237057.302 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749443 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 78455 | | 4931445 | besdb_user | 172.24.150.132:51526 | bes_core | Killed | 237 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 237307.946 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749359 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 10490 | | 4931436 | besdb_user | 172.24.150.135:1931 | bes_core | Killed | 237 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 237377.818 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749323 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 27767 | | 4931434 | besdb_user | 172.24.150.132:23115 | bes_core | Killed | 237 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 237314.082 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749345 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 41601 | | 4931430 | besdb_user | 172.24.150.135:50866 | bes_core | Killed | 237 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 237375.069 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749325 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 27762 | | 4931424 | besdb_user | 172.24.150.131:48927 | bes_core | Killed | 237 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 237058.506 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749441 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 27756 | | 4931427 | besdb_user | 172.24.150.132:10746 | bes_core | Killed | 237 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 237076.009 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749410 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 40590 | | 4931418 | besdb_user | 172.24.150.135:36684 | bes_core | Killed | 237 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 237237.937 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749367 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 31422 | | 4865467 | besdb_user | 172.24.150.132:51204 | bes_core | Killed | 237 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 237938.021 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453749035 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 94129 | | 4932026 | besdb_user | 172.24.150.133:58090 | bes_core | Killed | 236 | Updating | Update bes_core.tb_otp Set i_retry_count = i_retry_count + 1 WHERE bi_otp_id = 989059 | 236068.273 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453749741 | Update bes_core.tb_otp Set i_retry_count = i_retry_count + 1 WHERE bi_otp_id = 989059 | 47105 | | 4932297 | besdb_user | 172.24.150.131:40199 | bes_core | Killed | 236 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 236672.604 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749514 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 13434 | | 4932162 | besdb_user | 172.24.150.135:42574 | bes_core | Killed | 236 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 236372.647 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749671 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 126210 | | 4932167 | besdb_user | 172.24.150.132:30079 | bes_core | Killed | 236 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 236589.126 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749572 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 108798 | | 4932163 | besdb_user | 172.24.150.135:39844 | bes_core | Killed | 236 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 236997.271 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749451 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 47410 | | 4931638 | besdb_user | 172.24.150.136:10345 | bes_core | Killed | 236 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 236539.609 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749606 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 47876 | | 4931584 | besdb_user | 172.24.150.132:38239 | bes_core | Killed | 236 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 236521.616 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749628 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 47812 | | 4931568 | besdb_user | 172.24.150.135:50070 | bes_core | Killed | 236 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 236579.323 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749583 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 46962 | | 4931564 | besdb_user | 172.24.150.132:2616 | bes_core | Killed | 236 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 236570.756 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749594 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 109658 | | 4931517 | besdb_user | 172.24.150.136:22293 | bes_core | Killed | 236 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 236940.170 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749479 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 10377 | | 4931515 | besdb_user | 172.24.150.136:37517 | bes_core | Killed | 236 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 236949.932 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749472 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 122435 | | 4931479 | besdb_user | 172.24.150.135:28158 | bes_core | Killed | 236 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 236585.999 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749574 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 108823 | | 4931481 | besdb_user | 172.24.150.131:37629 | bes_core | Killed | 236 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 236695.943 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749503 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 13439 | | 4931480 | besdb_user | 172.24.150.134:3300 | bes_core | Killed | 236 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 236660.429 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749530 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 42425 | | 4931450 | besdb_user | 172.24.150.136:51840 | bes_core | Killed | 236 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 236537.365 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749608 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 108790 | | 4931461 | besdb_user | 172.24.150.132:28363 | bes_core | Killed | 236 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 236571.608 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749593 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 10410 | | 4931465 | besdb_user | 172.24.150.134:40874 | bes_core | Killed | 236 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 236650.898 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749532 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 47869 | | 4931444 | besdb_user | 172.24.150.132:1852 | bes_core | Killed | 236 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 236314.389 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749700 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 109675 | | 4931443 | besdb_user | 172.24.150.132:2269 | bes_core | Killed | 236 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 236313.347 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749701 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 10485 | | 4931432 | besdb_user | 172.24.150.131:56755 | bes_core | Killed | 236 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153620_932_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:20.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153620_932_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'48FF71915F02B896',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.394000')) | 236283.733 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749723 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153620_932_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:20.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153620_932_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'48FF71915F02B896',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.394000')) | 27764 | | 4931431 | besdb_user | 172.24.150.135:57090 | bes_core | Killed | 236 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_901_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153526_901_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'9EEA6E9C57869B42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.274000')) | 236377.833 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749667 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_901_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153526_901_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'9EEA6E9C57869B42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.274000')) | 125284 | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ [OK] 2023-02-20 15:43:02 cleanup files older than 4 days [OK] 2023-02-20 15:44:01 get sessions summary select user, SUBSTR(host, 1, INSTR(host, ':') - 1) host, db, command, count(*) from information_schema.PROCESSLIST group by 1,2,3,4 order by count(*) desc, 1,2,3,4 +----------------------+-------------------------------------------------+--------------------+---------+----------+ | user | host | db | command | count(*) | +----------------------+-------------------------------------------------+--------------------+---------+----------+ | besdb_user | 172.24.150.136 | bes_core | Killed | 345 | | besdb_user | 172.24.150.134 | bes_core | Killed | 333 | | besdb_user | 172.24.150.132 | bes_core | Killed | 243 | | besdb_user | 172.24.150.131 | bes_core | Killed | 221 | | besdb_user | 172.24.150.135 | bes_core | Killed | 207 | | besdb_user | 172.24.150.133 | bes_core | Killed | 80 | | system user | | NULL | Sleep | 65 | | besdb_user | 172.24.150.136 | bes_core | Query | 52 | | besdb_user | 172.24.150.133 | bes_core | Sleep | 45 | | besdb_user | 172.24.150.131 | bes_core | Query | 43 | | besdb_user | 172.24.150.134 | bes_core | Query | 43 | | besdb_user | 172.24.150.132 | bes_core | Sleep | 40 | | besdb_user | 172.24.150.135 | bes_core | Query | 38 | | besdb_user | 172.24.150.132 | bes_core | Query | 35 | | besdb_user | 172.24.150.135 | bes_core | Sleep | 35 | | besdb_user | 172.24.150.136 | bes_core | Sleep | 34 | | besdb_user | 172.24.150.131 | bes_core | Sleep | 29 | | besdb_user | 172.24.150.134 | bes_core | Sleep | 29 | | besdb_user | 172.24.150.133 | bes_core | Query | 21 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Execute | 5 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Execute | 5 | | gcis_pmm | t1vdbs-gcissc-pmm01.dbaas.gcisdctr.hksarg | NULL | Sleep | 3 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | unauthenticated user | 172.24.150.135 | NULL | Connect | 2 | | besdb_owner | 172.24.150.130 | bes_core | Sleep | 1 | | besdb_owner | 172.24.150.131 | bes_core | Sleep | 1 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Sleep | 1 | | root | | NULL | Query | 1 | | unauthenticated user | 172.24.150.136 | NULL | Connect | 1 | +----------------------+-------------------------------------------------+--------------------+---------+----------+ [OK] 2023-02-20 15:44:01 get non-sleep session details (limit 100) select * from information_schema.PROCESSLIST where lower(command) <> 'sleep' and user not in ('root') order by time desc limit 100 +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | ID | USER | HOST | DB | COMMAND | TIME | STATE | INFO | TIME_MS | STAGE | MAX_STAGE | PROGRESS | MEMORY_USED | MAX_MEMORY_USED | EXAMINED_ROWS | QUERY_ID | INFO_BINARY | TID | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | 4902928 | besdb_user | 172.24.150.131:4947 | bes_core | Query | 16794 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16794651.952 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448048927 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16687 | | 4903072 | besdb_user | 172.24.150.133:62214 | bes_core | Query | 16736 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16736413.136 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448070117 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7190 | | 4901701 | besdb_user | 172.24.150.131:51895 | bes_core | Query | 16670 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 16670159.581 | 0 | 0 | 0.000 | 312936 | 312936 | 0 | 1448093473 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 125966 | | 4902932 | besdb_user | 172.24.150.131:52111 | bes_core | Query | 16663 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 16663525.698 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094386 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 6406 | | 4903028 | besdb_user | 172.24.150.131:50523 | bes_core | Query | 16662 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16662609.740 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094403 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16592 | | 4903350 | besdb_user | 172.24.150.131:28717 | bes_core | Query | 16661 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 16661101.068 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094425 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 18608 | | 4903348 | besdb_user | 172.24.150.131:16301 | bes_core | Query | 16661 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 16661524.406 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094418 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 125975 | | 4900170 | besdb_user | 172.24.150.135:4414 | bes_core | Query | 16660 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 16660967.665 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448094429 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 18606 | | 4899653 | besdb_user | 172.24.150.132:37160 | bes_core | Query | 16609 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 16609907.001 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448109642 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 21606 | | 4903534 | besdb_user | 172.24.150.136:32905 | bes_core | Query | 16603 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16603263.957 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110078 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16581 | | 4900251 | besdb_user | 172.24.150.136:1816 | bes_core | Query | 16602 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16602433.929 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110104 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16683 | | 4903538 | besdb_user | 172.24.150.136:22899 | bes_core | Query | 16600 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 16600752.738 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110152 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 21750 | | 4903473 | besdb_user | 172.24.150.131:56349 | bes_core | Query | 16597 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 16597938.956 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110523 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 21749 | | 4896788 | besdb_user | 172.24.150.133:54220 | bes_core | Query | 16597 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 16597886.964 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110539 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 21620 | | 4903253 | besdb_user | 172.24.150.133:26423 | bes_core | Query | 16549 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 16549662.699 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132092 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 22086 | | 4903682 | besdb_user | 172.24.150.133:40949 | bes_core | Query | 16543 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 16543151.298 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132209 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 3494 | | 4903488 | besdb_user | 172.24.150.135:43269 | bes_core | Query | 16542 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 16542394.648 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132219 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 21812 | | 4903483 | besdb_user | 172.24.150.131:1733 | bes_core | Query | 16541 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 16541324.615 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132230 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 119221 | | 4903693 | besdb_user | 172.24.150.131:44070 | bes_core | Query | 16537 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16537779.485 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132439 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7236 | | 4903691 | besdb_user | 172.24.150.131:56990 | bes_core | Query | 16537 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 16537802.207 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132435 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 62626 | | 4898908 | besdb_user | 172.24.150.131:6689 | bes_core | Query | 16489 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 16489574.423 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448142635 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 20592 | | 4903687 | besdb_user | 172.24.150.133:49692 | bes_core | Query | 16358 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16358103.913 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448179492 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 24391 | | 4900055 | besdb_user | 172.24.150.136:57680 | bes_core | Query | 16343 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16343263.793 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448188093 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 20551 | | 4932094 | besdb_user | 172.24.150.132:42964 | bes_core | Killed | 300 | Update | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 300722.092 | 0 | 0 | 0.000 | 82024 | 82024 | 0 | 1453748629 | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 27699 | | 4931904 | besdb_user | 172.24.150.134:6442 | bes_core | Killed | 300 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 300715.785 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748635 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27712 | | 4931766 | besdb_user | 172.24.150.133:58259 | bes_core | Killed | 300 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 300937.077 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748547 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 92638 | | 4931667 | besdb_user | 172.24.150.136:42237 | bes_core | Query | 300 | Updating | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 300792.221 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748603 | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 40613 | | 4930257 | besdb_user | 172.24.150.131:48337 | bes_core | Killed | 300 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 300564.115 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748743 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 47076 | | 4930178 | besdb_user | 172.24.150.131:45088 | bes_core | Killed | 300 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 300968.025 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748540 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27714 | | 4930179 | besdb_user | 172.24.150.131:28926 | bes_core | Killed | 300 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 300463.004 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748762 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 27716 | | 4928226 | besdb_user | 172.24.150.135:4899 | bes_core | Killed | 300 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 300538.648 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748753 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 110645 | | 4924495 | besdb_user | 172.24.150.133:25751 | bes_core | Killed | 300 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 300545.496 | 0 | 0 | 0.000 | 82024 | 2232512 | 0 | 1453748750 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 27738 | | 4930991 | besdb_user | 172.24.150.134:4906 | bes_core | Killed | 300 | Update | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 300969.580 | 0 | 0 | 0.000 | 82704 | 2232512 | 0 | 1453748538 | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 24989 | | 4867730 | besdb_user | 172.24.150.136:36760 | bes_core | Killed | 300 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 300389.609 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748775 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 40573 | | 4864868 | besdb_user | 172.24.150.133:36390 | bes_core | Killed | 300 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 300502.604 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748758 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 39767 | | 4863600 | besdb_user | 172.24.150.136:35840 | bes_core | Killed | 300 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 300391.267 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748774 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 16142 | | 4861560 | besdb_user | 172.24.150.131:8633 | bes_core | Killed | 300 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 300617.801 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748695 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 28763 | | 4861402 | besdb_user | 172.24.150.132:52106 | bes_core | Killed | 300 | Update | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 300968.699 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748539 | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 47096 | | 4581219 | besdb_user | 172.24.150.135:48131 | bes_core | Killed | 300 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 300586.927 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748723 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 43427 | | 4931047 | besdb_user | 172.24.150.131:43893 | bes_core | Query | 299 | Updating | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 299168.470 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748912 | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 46103 | | 4862109 | besdb_user | 172.24.150.133:52877 | bes_core | Killed | 299 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 299494.856 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748877 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 24991 | | 4582364 | besdb_user | 172.24.150.131:13386 | bes_core | Killed | 299 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 299617.012 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748868 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 31568 | | 4874920 | besdb_user | 172.24.150.133:24952 | bes_core | Killed | 298 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 298358.702 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453748991 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 105958 | | 4863677 | besdb_user | 172.24.150.135:2889 | bes_core | Killed | 298 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 298589.591 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748963 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 42459 | | 4932269 | besdb_user | 172.24.150.132:8838 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 297506.554 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749247 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 24993 | | 4932165 | besdb_user | 172.24.150.132:37683 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 297347.668 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749360 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 123429 | | 4932166 | besdb_user | 172.24.150.131:14502 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 297106.223 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749442 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 39770 | | 4932163 | besdb_user | 172.24.150.135:39844 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 297045.121 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749451 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 47410 | | 4932161 | besdb_user | 172.24.150.135:16376 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 297431.943 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749288 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 26840 | | 4932160 | besdb_user | 172.24.150.131:51765 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 297671.338 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749175 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 10854 | | 4931800 | besdb_user | 172.24.150.132:7318 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 297784.913 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749082 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 24990 | | 4931572 | besdb_user | 172.24.150.132:4990 | bes_core | Query | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 297506.540 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749248 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 126207 | | 4931569 | besdb_user | 172.24.150.135:61878 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 297208.224 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749388 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 27770 | | 4931574 | besdb_user | 172.24.150.132:16144 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 297516.692 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749244 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 27777 | | 4931563 | besdb_user | 172.24.150.132:11720 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 297778.483 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749091 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 14308 | | 4931533 | besdb_user | 172.24.150.131:49362 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 297140.135 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749400 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 82558 | | 4931551 | besdb_user | 172.24.150.135:38272 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 297426.150 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749322 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 47106 | | 4931550 | besdb_user | 172.24.150.135:2162 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 297426.248 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749321 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 27754 | | 4931529 | besdb_user | 172.24.150.131:58721 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 297683.426 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749172 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 24998 | | 4931528 | besdb_user | 172.24.150.131:12026 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 297671.323 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749176 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 39779 | | 4931518 | besdb_user | 172.24.150.135:60461 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 297280.270 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749381 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 42428 | | 4931512 | besdb_user | 172.24.150.135:22489 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 297273.926 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749387 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 15312 | | 4931447 | besdb_user | 172.24.150.131:12683 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 297106.475 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749440 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 23160 | | 4931494 | besdb_user | 172.24.150.135:47259 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 297427.764 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749315 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 10432 | | 4931482 | besdb_user | 172.24.150.134:42384 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 297711.191 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749163 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 36962 | | 4931469 | besdb_user | 172.24.150.134:30828 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 297711.292 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749162 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 27736 | | 4931475 | besdb_user | 172.24.150.134:60912 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 297715.258 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749158 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 25759 | | 4931470 | besdb_user | 172.24.150.132:62618 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 297784.700 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749084 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 42427 | | 4931464 | besdb_user | 172.24.150.134:59611 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 297711.147 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749164 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 7375 | | 4931460 | besdb_user | 172.24.150.132:63918 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 297784.742 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749083 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 13435 | | 4931441 | besdb_user | 172.24.150.135:36808 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 297428.532 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749312 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 14311 | | 4931419 | besdb_user | 172.24.150.131:27850 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 297105.152 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749443 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 78455 | | 4931445 | besdb_user | 172.24.150.132:51526 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 297355.796 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749359 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 10490 | | 4931436 | besdb_user | 172.24.150.135:1931 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 297425.668 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749323 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 27767 | | 4931434 | besdb_user | 172.24.150.132:23115 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 297361.932 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749345 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 41601 | | 4931430 | besdb_user | 172.24.150.135:50866 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 297422.919 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749325 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 27762 | | 4931424 | besdb_user | 172.24.150.131:48927 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 297106.356 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749441 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 27756 | | 4931427 | besdb_user | 172.24.150.132:10746 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 297123.859 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749410 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 40590 | | 4931418 | besdb_user | 172.24.150.135:36684 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 297285.787 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749367 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 31422 | | 4865467 | besdb_user | 172.24.150.132:51204 | bes_core | Killed | 297 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 297985.871 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453749035 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 94129 | | 4932026 | besdb_user | 172.24.150.133:58090 | bes_core | Killed | 296 | Updating | Update bes_core.tb_otp Set i_retry_count = i_retry_count + 1 WHERE bi_otp_id = 989059 | 296116.123 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453749741 | Update bes_core.tb_otp Set i_retry_count = i_retry_count + 1 WHERE bi_otp_id = 989059 | 47105 | | 4932297 | besdb_user | 172.24.150.131:40199 | bes_core | Killed | 296 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 296720.454 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749514 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 13434 | | 4932162 | besdb_user | 172.24.150.135:42574 | bes_core | Killed | 296 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 296420.497 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749671 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 126210 | | 4932167 | besdb_user | 172.24.150.132:30079 | bes_core | Killed | 296 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 296636.976 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749572 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 108798 | | 4931638 | besdb_user | 172.24.150.136:10345 | bes_core | Killed | 296 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 296587.459 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749606 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 47876 | | 4931584 | besdb_user | 172.24.150.132:38239 | bes_core | Killed | 296 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 296569.466 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749628 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 47812 | | 4931568 | besdb_user | 172.24.150.135:50070 | bes_core | Killed | 296 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 296627.173 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749583 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 46962 | | 4931564 | besdb_user | 172.24.150.132:2616 | bes_core | Killed | 296 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 296618.606 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749594 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 109658 | | 4931517 | besdb_user | 172.24.150.136:22293 | bes_core | Killed | 296 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 296988.020 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749479 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 10377 | | 4931515 | besdb_user | 172.24.150.136:37517 | bes_core | Killed | 296 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 296997.782 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749472 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 122435 | | 4931479 | besdb_user | 172.24.150.135:28158 | bes_core | Killed | 296 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 296633.849 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749574 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 108823 | | 4931481 | besdb_user | 172.24.150.131:37629 | bes_core | Killed | 296 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 296743.793 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749503 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 13439 | | 4931480 | besdb_user | 172.24.150.134:3300 | bes_core | Killed | 296 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 296708.279 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749530 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 42425 | | 4931450 | besdb_user | 172.24.150.136:51840 | bes_core | Killed | 296 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 296585.215 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749608 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 108790 | | 4931461 | besdb_user | 172.24.150.132:28363 | bes_core | Killed | 296 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 296619.458 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749593 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 10410 | | 4931465 | besdb_user | 172.24.150.134:40874 | bes_core | Killed | 296 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 296698.748 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749532 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 47869 | | 4931444 | besdb_user | 172.24.150.132:1852 | bes_core | Killed | 296 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 296362.239 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749700 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 109675 | | 4931443 | besdb_user | 172.24.150.132:2269 | bes_core | Killed | 296 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 296361.197 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749701 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 10485 | | 4931432 | besdb_user | 172.24.150.131:56755 | bes_core | Killed | 296 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153620_932_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:20.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153620_932_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'48FF71915F02B896',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.394000')) | 296331.583 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749723 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153620_932_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:20.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153620_932_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'48FF71915F02B896',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.394000')) | 27764 | | 4931431 | besdb_user | 172.24.150.135:57090 | bes_core | Killed | 296 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_901_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153526_901_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'9EEA6E9C57869B42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.274000')) | 296425.683 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749667 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_901_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153526_901_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'9EEA6E9C57869B42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.274000')) | 125284 | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ [OK] 2023-02-20 15:44:02 cleanup files older than 4 days [OK] 2023-02-20 15:45:01 get sessions summary select user, SUBSTR(host, 1, INSTR(host, ':') - 1) host, db, command, count(*) from information_schema.PROCESSLIST group by 1,2,3,4 order by count(*) desc, 1,2,3,4 +----------------------+-------------------------------------------------+--------------------+---------+----------+ | user | host | db | command | count(*) | +----------------------+-------------------------------------------------+--------------------+---------+----------+ | besdb_user | 172.24.150.136 | bes_core | Killed | 426 | | besdb_user | 172.24.150.134 | bes_core | Killed | 411 | | besdb_user | 172.24.150.132 | bes_core | Killed | 294 | | besdb_user | 172.24.150.131 | bes_core | Killed | 266 | | besdb_user | 172.24.150.135 | bes_core | Killed | 251 | | besdb_user | 172.24.150.133 | bes_core | Killed | 96 | | system user | | NULL | Sleep | 65 | | besdb_user | 172.24.150.136 | bes_core | Query | 54 | | besdb_user | 172.24.150.133 | bes_core | Sleep | 43 | | besdb_user | 172.24.150.132 | bes_core | Sleep | 42 | | besdb_user | 172.24.150.134 | bes_core | Query | 40 | | besdb_user | 172.24.150.131 | bes_core | Query | 39 | | besdb_user | 172.24.150.136 | bes_core | Sleep | 34 | | besdb_user | 172.24.150.131 | bes_core | Sleep | 33 | | besdb_user | 172.24.150.135 | bes_core | Sleep | 33 | | besdb_user | 172.24.150.135 | bes_core | Query | 31 | | besdb_user | 172.24.150.134 | bes_core | Sleep | 25 | | besdb_user | 172.24.150.132 | bes_core | Query | 23 | | besdb_user | 172.24.150.133 | bes_core | Query | 21 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Execute | 6 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Execute | 6 | | gcis_pmm | t1vdbs-gcissc-pmm01.dbaas.gcisdctr.hksarg | NULL | Sleep | 3 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | unauthenticated user | 172.24.150.132 | NULL | Connect | 2 | | besdb_owner | 172.24.150.130 | bes_core | Sleep | 1 | | besdb_owner | 172.24.150.131 | bes_core | Sleep | 1 | | root | | NULL | Query | 1 | | unauthenticated user | 172.24.150.131 | NULL | Connect | 1 | +----------------------+-------------------------------------------------+--------------------+---------+----------+ [OK] 2023-02-20 15:45:02 get non-sleep session details (limit 100) select * from information_schema.PROCESSLIST where lower(command) <> 'sleep' and user not in ('root') order by time desc limit 100 +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | ID | USER | HOST | DB | COMMAND | TIME | STATE | INFO | TIME_MS | STAGE | MAX_STAGE | PROGRESS | MEMORY_USED | MAX_MEMORY_USED | EXAMINED_ROWS | QUERY_ID | INFO_BINARY | TID | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | 4902928 | besdb_user | 172.24.150.131:4947 | bes_core | Query | 16854 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16854765.644 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448048927 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16687 | | 4903072 | besdb_user | 172.24.150.133:62214 | bes_core | Query | 16796 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16796526.828 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448070117 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7190 | | 4901701 | besdb_user | 172.24.150.131:51895 | bes_core | Query | 16730 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 16730273.273 | 0 | 0 | 0.000 | 312936 | 312936 | 0 | 1448093473 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 125966 | | 4902932 | besdb_user | 172.24.150.131:52111 | bes_core | Query | 16723 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 16723639.390 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094386 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 6406 | | 4903028 | besdb_user | 172.24.150.131:50523 | bes_core | Query | 16722 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16722723.432 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094403 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16592 | | 4903350 | besdb_user | 172.24.150.131:28717 | bes_core | Query | 16721 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 16721214.760 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094425 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 18608 | | 4903348 | besdb_user | 172.24.150.131:16301 | bes_core | Query | 16721 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 16721638.098 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094418 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 125975 | | 4900170 | besdb_user | 172.24.150.135:4414 | bes_core | Query | 16721 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 16721081.357 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448094429 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 18606 | | 4899653 | besdb_user | 172.24.150.132:37160 | bes_core | Query | 16670 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 16670020.693 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448109642 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 21606 | | 4903534 | besdb_user | 172.24.150.136:32905 | bes_core | Query | 16663 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16663377.649 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110078 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16581 | | 4900251 | besdb_user | 172.24.150.136:1816 | bes_core | Query | 16662 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16662547.621 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110104 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16683 | | 4903538 | besdb_user | 172.24.150.136:22899 | bes_core | Query | 16660 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 16660866.430 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110152 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 21750 | | 4903473 | besdb_user | 172.24.150.131:56349 | bes_core | Query | 16658 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 16658052.648 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110523 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 21749 | | 4896788 | besdb_user | 172.24.150.133:54220 | bes_core | Query | 16658 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 16658000.656 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110539 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 21620 | | 4903253 | besdb_user | 172.24.150.133:26423 | bes_core | Query | 16609 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 16609776.391 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132092 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 22086 | | 4903682 | besdb_user | 172.24.150.133:40949 | bes_core | Query | 16603 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 16603264.990 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132209 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 3494 | | 4903488 | besdb_user | 172.24.150.135:43269 | bes_core | Query | 16602 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 16602508.340 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132219 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 21812 | | 4903483 | besdb_user | 172.24.150.131:1733 | bes_core | Query | 16601 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 16601438.307 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132230 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 119221 | | 4903693 | besdb_user | 172.24.150.131:44070 | bes_core | Query | 16597 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16597893.177 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132439 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7236 | | 4903691 | besdb_user | 172.24.150.131:56990 | bes_core | Query | 16597 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 16597915.899 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132435 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 62626 | | 4898908 | besdb_user | 172.24.150.131:6689 | bes_core | Query | 16549 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 16549688.115 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448142635 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 20592 | | 4903687 | besdb_user | 172.24.150.133:49692 | bes_core | Query | 16418 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16418217.605 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448179492 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 24391 | | 4900055 | besdb_user | 172.24.150.136:57680 | bes_core | Query | 16403 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16403377.485 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448188093 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 20551 | | 4931766 | besdb_user | 172.24.150.133:58259 | bes_core | Killed | 361 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 361050.769 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748547 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 92638 | | 4930178 | besdb_user | 172.24.150.131:45088 | bes_core | Killed | 361 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 361081.717 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748540 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27714 | | 4930991 | besdb_user | 172.24.150.134:4906 | bes_core | Killed | 361 | Update | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 361083.272 | 0 | 0 | 0.000 | 82704 | 2232512 | 0 | 1453748538 | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 24989 | | 4861402 | besdb_user | 172.24.150.132:52106 | bes_core | Killed | 361 | Update | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 361082.391 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748539 | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 47096 | | 4932094 | besdb_user | 172.24.150.132:42964 | bes_core | Killed | 360 | Update | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 360835.784 | 0 | 0 | 0.000 | 82024 | 82024 | 0 | 1453748629 | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 27699 | | 4931904 | besdb_user | 172.24.150.134:6442 | bes_core | Killed | 360 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 360829.477 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748635 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27712 | | 4931667 | besdb_user | 172.24.150.136:42237 | bes_core | Query | 360 | Updating | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 360905.913 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748603 | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 40613 | | 4930257 | besdb_user | 172.24.150.131:48337 | bes_core | Killed | 360 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 360677.807 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748743 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 47076 | | 4930179 | besdb_user | 172.24.150.131:28926 | bes_core | Killed | 360 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 360576.696 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748762 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 27716 | | 4928226 | besdb_user | 172.24.150.135:4899 | bes_core | Killed | 360 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 360652.340 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748753 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 110645 | | 4924495 | besdb_user | 172.24.150.133:25751 | bes_core | Killed | 360 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 360659.188 | 0 | 0 | 0.000 | 82024 | 2232512 | 0 | 1453748750 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 27738 | | 4867730 | besdb_user | 172.24.150.136:36760 | bes_core | Killed | 360 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 360503.301 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748775 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 40573 | | 4864868 | besdb_user | 172.24.150.133:36390 | bes_core | Killed | 360 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 360616.296 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748758 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 39767 | | 4863600 | besdb_user | 172.24.150.136:35840 | bes_core | Killed | 360 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 360504.959 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748774 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 16142 | | 4861560 | besdb_user | 172.24.150.131:8633 | bes_core | Killed | 360 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 360731.493 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748695 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 28763 | | 4581219 | besdb_user | 172.24.150.135:48131 | bes_core | Killed | 360 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 360700.619 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748723 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 43427 | | 4931047 | besdb_user | 172.24.150.131:43893 | bes_core | Query | 359 | Updating | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 359282.162 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748912 | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 46103 | | 4862109 | besdb_user | 172.24.150.133:52877 | bes_core | Killed | 359 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 359608.548 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748877 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 24991 | | 4582364 | besdb_user | 172.24.150.131:13386 | bes_core | Killed | 359 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 359730.704 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748868 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 31568 | | 4874920 | besdb_user | 172.24.150.133:24952 | bes_core | Killed | 358 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 358472.394 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453748991 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 105958 | | 4865467 | besdb_user | 172.24.150.132:51204 | bes_core | Killed | 358 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 358099.563 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453749035 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 94129 | | 4863677 | besdb_user | 172.24.150.135:2889 | bes_core | Killed | 358 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 358703.283 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748963 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 42459 | | 4932269 | besdb_user | 172.24.150.132:8838 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 357620.246 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749247 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 24993 | | 4932165 | besdb_user | 172.24.150.132:37683 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 357461.360 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749360 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 123429 | | 4932166 | besdb_user | 172.24.150.131:14502 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 357219.915 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749442 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 39770 | | 4932163 | besdb_user | 172.24.150.135:39844 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 357158.813 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749451 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 47410 | | 4932161 | besdb_user | 172.24.150.135:16376 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 357545.635 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749288 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 26840 | | 4932160 | besdb_user | 172.24.150.131:51765 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 357785.030 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749175 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 10854 | | 4931800 | besdb_user | 172.24.150.132:7318 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 357898.605 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749082 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 24990 | | 4931572 | besdb_user | 172.24.150.132:4990 | bes_core | Query | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 357620.232 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749248 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 126207 | | 4931569 | besdb_user | 172.24.150.135:61878 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 357321.916 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749388 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 27770 | | 4931574 | besdb_user | 172.24.150.132:16144 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 357630.384 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749244 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 27777 | | 4931563 | besdb_user | 172.24.150.132:11720 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 357892.175 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749091 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 14308 | | 4931533 | besdb_user | 172.24.150.131:49362 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 357253.827 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749400 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 82558 | | 4931551 | besdb_user | 172.24.150.135:38272 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 357539.842 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749322 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 47106 | | 4931550 | besdb_user | 172.24.150.135:2162 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 357539.940 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749321 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 27754 | | 4931517 | besdb_user | 172.24.150.136:22293 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 357101.712 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749479 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 10377 | | 4931515 | besdb_user | 172.24.150.136:37517 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 357111.474 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749472 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 122435 | | 4931529 | besdb_user | 172.24.150.131:58721 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 357797.118 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749172 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 24998 | | 4931528 | besdb_user | 172.24.150.131:12026 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 357785.015 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749176 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 39779 | | 4931518 | besdb_user | 172.24.150.135:60461 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 357393.962 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749381 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 42428 | | 4931512 | besdb_user | 172.24.150.135:22489 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 357387.618 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749387 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 15312 | | 4931447 | besdb_user | 172.24.150.131:12683 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 357220.167 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749440 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 23160 | | 4931494 | besdb_user | 172.24.150.135:47259 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 357541.456 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749315 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 10432 | | 4931482 | besdb_user | 172.24.150.134:42384 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 357824.883 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749163 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 36962 | | 4931469 | besdb_user | 172.24.150.134:30828 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 357824.984 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749162 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 27736 | | 4931475 | besdb_user | 172.24.150.134:60912 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 357828.950 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749158 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 25759 | | 4931470 | besdb_user | 172.24.150.132:62618 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 357898.392 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749084 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 42427 | | 4931464 | besdb_user | 172.24.150.134:59611 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 357824.839 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749164 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 7375 | | 4931460 | besdb_user | 172.24.150.132:63918 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 357898.434 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749083 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 13435 | | 4931441 | besdb_user | 172.24.150.135:36808 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 357542.224 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749312 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 14311 | | 4931419 | besdb_user | 172.24.150.131:27850 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 357218.844 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749443 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 78455 | | 4931445 | besdb_user | 172.24.150.132:51526 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 357469.488 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749359 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 10490 | | 4931436 | besdb_user | 172.24.150.135:1931 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 357539.360 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749323 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 27767 | | 4931434 | besdb_user | 172.24.150.132:23115 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 357475.624 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749345 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 41601 | | 4931430 | besdb_user | 172.24.150.135:50866 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 357536.611 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749325 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 27762 | | 4931424 | besdb_user | 172.24.150.131:48927 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 357220.048 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749441 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 27756 | | 4931427 | besdb_user | 172.24.150.132:10746 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 357237.551 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749410 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 40590 | | 4931418 | besdb_user | 172.24.150.135:36684 | bes_core | Killed | 357 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 357399.479 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749367 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 31422 | | 4932026 | besdb_user | 172.24.150.133:58090 | bes_core | Killed | 356 | Updating | Update bes_core.tb_otp Set i_retry_count = i_retry_count + 1 WHERE bi_otp_id = 989059 | 356229.815 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453749741 | Update bes_core.tb_otp Set i_retry_count = i_retry_count + 1 WHERE bi_otp_id = 989059 | 47105 | | 4932297 | besdb_user | 172.24.150.131:40199 | bes_core | Killed | 356 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 356834.146 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749514 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 13434 | | 4932162 | besdb_user | 172.24.150.135:42574 | bes_core | Killed | 356 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 356534.189 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749671 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 126210 | | 4932167 | besdb_user | 172.24.150.132:30079 | bes_core | Killed | 356 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 356750.668 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749572 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 108798 | | 4931638 | besdb_user | 172.24.150.136:10345 | bes_core | Killed | 356 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 356701.151 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749606 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 47876 | | 4931584 | besdb_user | 172.24.150.132:38239 | bes_core | Killed | 356 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 356683.158 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749628 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 47812 | | 4931568 | besdb_user | 172.24.150.135:50070 | bes_core | Killed | 356 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 356740.865 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749583 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 46962 | | 4931564 | besdb_user | 172.24.150.132:2616 | bes_core | Killed | 356 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 356732.298 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749594 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 109658 | | 4931479 | besdb_user | 172.24.150.135:28158 | bes_core | Killed | 356 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 356747.541 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749574 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 108823 | | 4931481 | besdb_user | 172.24.150.131:37629 | bes_core | Killed | 356 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 356857.485 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749503 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 13439 | | 4931480 | besdb_user | 172.24.150.134:3300 | bes_core | Killed | 356 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 356821.971 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749530 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 42425 | | 4931450 | besdb_user | 172.24.150.136:51840 | bes_core | Killed | 356 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 356698.907 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749608 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 108790 | | 4931461 | besdb_user | 172.24.150.132:28363 | bes_core | Killed | 356 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 356733.150 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749593 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 10410 | | 4931465 | besdb_user | 172.24.150.134:40874 | bes_core | Killed | 356 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 356812.440 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749532 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 47869 | | 4931444 | besdb_user | 172.24.150.132:1852 | bes_core | Killed | 356 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 356475.931 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749700 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 109675 | | 4931443 | besdb_user | 172.24.150.132:2269 | bes_core | Killed | 356 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 356474.889 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749701 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 10485 | | 4931432 | besdb_user | 172.24.150.131:56755 | bes_core | Killed | 356 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153620_932_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:20.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153620_932_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'48FF71915F02B896',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.394000')) | 356445.275 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749723 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153620_932_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:20.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153620_932_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'48FF71915F02B896',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.394000')) | 27764 | | 4931431 | besdb_user | 172.24.150.135:57090 | bes_core | Killed | 356 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_901_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153526_901_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'9EEA6E9C57869B42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.274000')) | 356539.375 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749667 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_901_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153526_901_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'9EEA6E9C57869B42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.274000')) | 125284 | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ [OK] 2023-02-20 15:45:02 cleanup files older than 4 days [OK] 2023-02-20 15:46:02 get sessions summary select user, SUBSTR(host, 1, INSTR(host, ':') - 1) host, db, command, count(*) from information_schema.PROCESSLIST group by 1,2,3,4 order by count(*) desc, 1,2,3,4 +-------------+-------------------------------------------------+--------------------+---------+----------+ | user | host | db | command | count(*) | +-------------+-------------------------------------------------+--------------------+---------+----------+ | besdb_user | 172.24.150.136 | bes_core | Killed | 511 | | besdb_user | 172.24.150.134 | bes_core | Killed | 486 | | besdb_user | 172.24.150.132 | bes_core | Killed | 338 | | besdb_user | 172.24.150.131 | bes_core | Killed | 316 | | besdb_user | 172.24.150.135 | bes_core | Killed | 287 | | besdb_user | 172.24.150.133 | bes_core | Killed | 114 | | system user | | NULL | Sleep | 65 | | besdb_user | 172.24.150.136 | bes_core | Query | 47 | | besdb_user | 172.24.150.132 | bes_core | Sleep | 42 | | besdb_user | 172.24.150.133 | bes_core | Sleep | 42 | | besdb_user | 172.24.150.134 | bes_core | Query | 41 | | besdb_user | 172.24.150.131 | bes_core | Query | 38 | | besdb_user | 172.24.150.136 | bes_core | Sleep | 37 | | besdb_user | 172.24.150.135 | bes_core | Query | 35 | | besdb_user | 172.24.150.132 | bes_core | Query | 34 | | besdb_user | 172.24.150.135 | bes_core | Sleep | 34 | | besdb_user | 172.24.150.134 | bes_core | Sleep | 28 | | besdb_user | 172.24.150.131 | bes_core | Sleep | 27 | | besdb_user | 172.24.150.133 | bes_core | Query | 16 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Execute | 7 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Execute | 7 | | gcis_pmm | t1vdbs-gcissc-pmm01.dbaas.gcisdctr.hksarg | NULL | Sleep | 3 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | besdb_owner | 172.24.150.130 | bes_core | Sleep | 1 | | besdb_owner | 172.24.150.131 | bes_core | Sleep | 1 | | besdb_user | 172.24.150.136 | NULL | Connect | 1 | | root | | NULL | Query | 1 | +-------------+-------------------------------------------------+--------------------+---------+----------+ [OK] 2023-02-20 15:46:02 get non-sleep session details (limit 100) select * from information_schema.PROCESSLIST where lower(command) <> 'sleep' and user not in ('root') order by time desc limit 100 +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | ID | USER | HOST | DB | COMMAND | TIME | STATE | INFO | TIME_MS | STAGE | MAX_STAGE | PROGRESS | MEMORY_USED | MAX_MEMORY_USED | EXAMINED_ROWS | QUERY_ID | INFO_BINARY | TID | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | 4902928 | besdb_user | 172.24.150.131:4947 | bes_core | Query | 16915 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16915206.145 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448048927 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16687 | | 4903072 | besdb_user | 172.24.150.133:62214 | bes_core | Query | 16856 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16856967.329 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448070117 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7190 | | 4901701 | besdb_user | 172.24.150.131:51895 | bes_core | Query | 16790 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 16790713.774 | 0 | 0 | 0.000 | 312936 | 312936 | 0 | 1448093473 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 125966 | | 4902932 | besdb_user | 172.24.150.131:52111 | bes_core | Query | 16784 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 16784079.891 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094386 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 6406 | | 4903028 | besdb_user | 172.24.150.131:50523 | bes_core | Query | 16783 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16783163.933 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094403 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16592 | | 4903348 | besdb_user | 172.24.150.131:16301 | bes_core | Query | 16782 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 16782078.599 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094418 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 125975 | | 4903350 | besdb_user | 172.24.150.131:28717 | bes_core | Query | 16781 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 16781655.261 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094425 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 18608 | | 4900170 | besdb_user | 172.24.150.135:4414 | bes_core | Query | 16781 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 16781521.858 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448094429 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 18606 | | 4899653 | besdb_user | 172.24.150.132:37160 | bes_core | Query | 16730 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 16730461.194 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448109642 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 21606 | | 4903534 | besdb_user | 172.24.150.136:32905 | bes_core | Query | 16723 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16723818.150 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110078 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16581 | | 4900251 | besdb_user | 172.24.150.136:1816 | bes_core | Query | 16722 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16722988.122 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110104 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16683 | | 4903538 | besdb_user | 172.24.150.136:22899 | bes_core | Query | 16721 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 16721306.931 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110152 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 21750 | | 4903473 | besdb_user | 172.24.150.131:56349 | bes_core | Query | 16718 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 16718493.149 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110523 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 21749 | | 4896788 | besdb_user | 172.24.150.133:54220 | bes_core | Query | 16718 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 16718441.157 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110539 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 21620 | | 4903253 | besdb_user | 172.24.150.133:26423 | bes_core | Query | 16670 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 16670216.892 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132092 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 22086 | | 4903682 | besdb_user | 172.24.150.133:40949 | bes_core | Query | 16663 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 16663705.491 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132209 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 3494 | | 4903488 | besdb_user | 172.24.150.135:43269 | bes_core | Query | 16662 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 16662948.841 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132219 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 21812 | | 4903483 | besdb_user | 172.24.150.131:1733 | bes_core | Query | 16661 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 16661878.808 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132230 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 119221 | | 4903693 | besdb_user | 172.24.150.131:44070 | bes_core | Query | 16658 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16658333.678 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132439 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7236 | | 4903691 | besdb_user | 172.24.150.131:56990 | bes_core | Query | 16658 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 16658356.400 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132435 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 62626 | | 4898908 | besdb_user | 172.24.150.131:6689 | bes_core | Query | 16610 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 16610128.616 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448142635 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 20592 | | 4903687 | besdb_user | 172.24.150.133:49692 | bes_core | Query | 16478 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16478658.106 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448179492 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 24391 | | 4900055 | besdb_user | 172.24.150.136:57680 | bes_core | Query | 16463 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16463817.986 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448188093 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 20551 | | 4932094 | besdb_user | 172.24.150.132:42964 | bes_core | Killed | 421 | Update | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 421276.285 | 0 | 0 | 0.000 | 82024 | 82024 | 0 | 1453748629 | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 27699 | | 4931904 | besdb_user | 172.24.150.134:6442 | bes_core | Killed | 421 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 421269.978 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748635 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27712 | | 4931766 | besdb_user | 172.24.150.133:58259 | bes_core | Killed | 421 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 421491.270 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748547 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 92638 | | 4931667 | besdb_user | 172.24.150.136:42237 | bes_core | Query | 421 | Updating | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 421346.414 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748603 | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 40613 | | 4930257 | besdb_user | 172.24.150.131:48337 | bes_core | Killed | 421 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 421118.308 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748743 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 47076 | | 4930178 | besdb_user | 172.24.150.131:45088 | bes_core | Killed | 421 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 421522.218 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748540 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27714 | | 4930179 | besdb_user | 172.24.150.131:28926 | bes_core | Killed | 421 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 421017.197 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748762 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 27716 | | 4928226 | besdb_user | 172.24.150.135:4899 | bes_core | Killed | 421 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 421092.841 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748753 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 110645 | | 4924495 | besdb_user | 172.24.150.133:25751 | bes_core | Killed | 421 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 421099.689 | 0 | 0 | 0.000 | 82024 | 2232512 | 0 | 1453748750 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 27738 | | 4930991 | besdb_user | 172.24.150.134:4906 | bes_core | Killed | 421 | Update | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 421523.773 | 0 | 0 | 0.000 | 82704 | 2232512 | 0 | 1453748538 | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 24989 | | 4864868 | besdb_user | 172.24.150.133:36390 | bes_core | Killed | 421 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 421056.797 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748758 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 39767 | | 4861560 | besdb_user | 172.24.150.131:8633 | bes_core | Killed | 421 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 421171.994 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748695 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 28763 | | 4861402 | besdb_user | 172.24.150.132:52106 | bes_core | Killed | 421 | Update | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 421522.892 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748539 | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 47096 | | 4581219 | besdb_user | 172.24.150.135:48131 | bes_core | Killed | 421 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 421141.120 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748723 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 43427 | | 4867730 | besdb_user | 172.24.150.136:36760 | bes_core | Killed | 420 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 420943.802 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748775 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 40573 | | 4863600 | besdb_user | 172.24.150.136:35840 | bes_core | Killed | 420 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 420945.460 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748774 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 16142 | | 4862109 | besdb_user | 172.24.150.133:52877 | bes_core | Killed | 420 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 420049.049 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748877 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 24991 | | 4582364 | besdb_user | 172.24.150.131:13386 | bes_core | Killed | 420 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 420171.205 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748868 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 31568 | | 4931047 | besdb_user | 172.24.150.131:43893 | bes_core | Query | 419 | Updating | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 419722.663 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748912 | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 46103 | | 4863677 | besdb_user | 172.24.150.135:2889 | bes_core | Killed | 419 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 419143.784 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748963 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 42459 | | 4932269 | besdb_user | 172.24.150.132:8838 | bes_core | Killed | 418 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 418060.747 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749247 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 24993 | | 4932160 | besdb_user | 172.24.150.131:51765 | bes_core | Killed | 418 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 418225.531 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749175 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 10854 | | 4931800 | besdb_user | 172.24.150.132:7318 | bes_core | Killed | 418 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 418339.106 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749082 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 24990 | | 4931572 | besdb_user | 172.24.150.132:4990 | bes_core | Query | 418 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 418060.733 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749248 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 126207 | | 4931574 | besdb_user | 172.24.150.132:16144 | bes_core | Killed | 418 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 418070.885 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749244 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 27777 | | 4931563 | besdb_user | 172.24.150.132:11720 | bes_core | Killed | 418 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 418332.676 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749091 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 14308 | | 4931529 | besdb_user | 172.24.150.131:58721 | bes_core | Killed | 418 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 418237.619 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749172 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 24998 | | 4931528 | besdb_user | 172.24.150.131:12026 | bes_core | Killed | 418 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 418225.516 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749176 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 39779 | | 4931482 | besdb_user | 172.24.150.134:42384 | bes_core | Killed | 418 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 418265.384 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749163 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 36962 | | 4931469 | besdb_user | 172.24.150.134:30828 | bes_core | Killed | 418 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 418265.485 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749162 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 27736 | | 4931475 | besdb_user | 172.24.150.134:60912 | bes_core | Killed | 418 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 418269.451 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749158 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 25759 | | 4931470 | besdb_user | 172.24.150.132:62618 | bes_core | Killed | 418 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 418338.893 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749084 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 42427 | | 4931464 | besdb_user | 172.24.150.134:59611 | bes_core | Killed | 418 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 418265.340 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749164 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 7375 | | 4931460 | besdb_user | 172.24.150.132:63918 | bes_core | Killed | 418 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 418338.935 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749083 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 13435 | | 4874920 | besdb_user | 172.24.150.133:24952 | bes_core | Killed | 418 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 418912.895 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453748991 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 105958 | | 4865467 | besdb_user | 172.24.150.132:51204 | bes_core | Killed | 418 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 418540.064 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453749035 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 94129 | | 4932297 | besdb_user | 172.24.150.131:40199 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 417274.647 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749514 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 13434 | | 4932165 | besdb_user | 172.24.150.132:37683 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 417901.861 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749360 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 123429 | | 4932167 | besdb_user | 172.24.150.132:30079 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 417191.169 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749572 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 108798 | | 4932166 | besdb_user | 172.24.150.131:14502 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 417660.416 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749442 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 39770 | | 4932163 | besdb_user | 172.24.150.135:39844 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 417599.314 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749451 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 47410 | | 4932161 | besdb_user | 172.24.150.135:16376 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 417986.136 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749288 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 26840 | | 4931638 | besdb_user | 172.24.150.136:10345 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 417141.652 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749606 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 47876 | | 4931584 | besdb_user | 172.24.150.132:38239 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 417123.659 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749628 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 47812 | | 4931568 | besdb_user | 172.24.150.135:50070 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 417181.366 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749583 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 46962 | | 4931569 | besdb_user | 172.24.150.135:61878 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 417762.417 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749388 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 27770 | | 4931564 | besdb_user | 172.24.150.132:2616 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 417172.799 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749594 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 109658 | | 4931533 | besdb_user | 172.24.150.131:49362 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 417694.328 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749400 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 82558 | | 4931551 | besdb_user | 172.24.150.135:38272 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 417980.343 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749322 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 47106 | | 4931550 | besdb_user | 172.24.150.135:2162 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 417980.441 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749321 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 27754 | | 4931517 | besdb_user | 172.24.150.136:22293 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 417542.213 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749479 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 10377 | | 4931515 | besdb_user | 172.24.150.136:37517 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 417551.975 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749472 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 122435 | | 4931518 | besdb_user | 172.24.150.135:60461 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 417834.463 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749381 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 42428 | | 4931512 | besdb_user | 172.24.150.135:22489 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 417828.119 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749387 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 15312 | | 4931479 | besdb_user | 172.24.150.135:28158 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 417188.042 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749574 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 108823 | | 4931447 | besdb_user | 172.24.150.131:12683 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 417660.668 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749440 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 23160 | | 4931494 | besdb_user | 172.24.150.135:47259 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 417981.957 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749315 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 10432 | | 4931481 | besdb_user | 172.24.150.131:37629 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 417297.986 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749503 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 13439 | | 4931480 | besdb_user | 172.24.150.134:3300 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 417262.472 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749530 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 42425 | | 4931450 | besdb_user | 172.24.150.136:51840 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 417139.408 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749608 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 108790 | | 4931461 | besdb_user | 172.24.150.132:28363 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 417173.651 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749593 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 10410 | | 4931465 | besdb_user | 172.24.150.134:40874 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 417252.941 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749532 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 47869 | | 4931441 | besdb_user | 172.24.150.135:36808 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 417982.725 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749312 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 14311 | | 4931419 | besdb_user | 172.24.150.131:27850 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 417659.345 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749443 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 78455 | | 4931445 | besdb_user | 172.24.150.132:51526 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 417909.989 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749359 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 10490 | | 4931436 | besdb_user | 172.24.150.135:1931 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 417979.861 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749323 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 27767 | | 4931434 | besdb_user | 172.24.150.132:23115 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 417916.125 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749345 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 41601 | | 4931430 | besdb_user | 172.24.150.135:50866 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 417977.112 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749325 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 27762 | | 4931424 | besdb_user | 172.24.150.131:48927 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 417660.549 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749441 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 27756 | | 4931427 | besdb_user | 172.24.150.132:10746 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 417678.052 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749410 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 40590 | | 4931421 | besdb_user | 172.24.150.132:1162 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153556_709_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:56.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153556_709_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'94B62E258A3D389A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.325000')) | 417119.279 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749630 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153556_709_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:56.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153556_709_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'94B62E258A3D389A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.325000')) | 16159 | | 4931418 | besdb_user | 172.24.150.135:36684 | bes_core | Killed | 417 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 417839.980 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749367 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 31422 | | 4932026 | besdb_user | 172.24.150.133:58090 | bes_core | Killed | 416 | Updating | Update bes_core.tb_otp Set i_retry_count = i_retry_count + 1 WHERE bi_otp_id = 989059 | 416670.316 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453749741 | Update bes_core.tb_otp Set i_retry_count = i_retry_count + 1 WHERE bi_otp_id = 989059 | 47105 | | 4932162 | besdb_user | 172.24.150.135:42574 | bes_core | Killed | 416 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 416974.690 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749671 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 126210 | | 4931511 | besdb_user | 172.24.150.136:12347 | bes_core | Killed | 416 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153539_286_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153539_286_03',0,98.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'F719519407B9A9BB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.303000')) | 416376.397 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749774 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153539_286_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153539_286_03',0,98.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'F719519407B9A9BB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.303000')) | 27697 | | 4931449 | besdb_user | 172.24.150.136:62163 | bes_core | Killed | 416 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153539_996_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:39.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153539_996_05',0,97.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'EAB7835682BA7183',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.307000')) | 416378.308 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749772 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153539_996_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:39.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153539_996_05',0,97.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'EAB7835682BA7183',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.307000')) | 27778 | | 4931444 | besdb_user | 172.24.150.132:1852 | bes_core | Killed | 416 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 416916.432 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749700 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 109675 | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ [OK] 2023-02-20 15:46:02 cleanup files older than 4 days [OK] 2023-02-20 15:47:01 get sessions summary select user, SUBSTR(host, 1, INSTR(host, ':') - 1) host, db, command, count(*) from information_schema.PROCESSLIST group by 1,2,3,4 order by count(*) desc, 1,2,3,4 +----------------------+-------------------------------------------------+--------------------+---------+----------+ | user | host | db | command | count(*) | +----------------------+-------------------------------------------------+--------------------+---------+----------+ | besdb_user | 172.24.150.136 | bes_core | Killed | 579 | | besdb_user | 172.24.150.134 | bes_core | Killed | 557 | | besdb_user | 172.24.150.132 | bes_core | Killed | 394 | | besdb_user | 172.24.150.131 | bes_core | Killed | 367 | | besdb_user | 172.24.150.135 | bes_core | Killed | 333 | | besdb_user | 172.24.150.133 | bes_core | Killed | 127 | | system user | | NULL | Sleep | 65 | | besdb_user | 172.24.150.136 | bes_core | Query | 53 | | besdb_user | 172.24.150.134 | bes_core | Query | 42 | | besdb_user | 172.24.150.131 | bes_core | Query | 40 | | besdb_user | 172.24.150.135 | bes_core | Query | 40 | | besdb_user | 172.24.150.132 | bes_core | Query | 36 | | besdb_user | 172.24.150.132 | bes_core | Sleep | 33 | | besdb_user | 172.24.150.136 | bes_core | Sleep | 33 | | besdb_user | 172.24.150.131 | bes_core | Sleep | 29 | | besdb_user | 172.24.150.133 | bes_core | Sleep | 27 | | besdb_user | 172.24.150.134 | bes_core | Sleep | 25 | | besdb_user | 172.24.150.135 | bes_core | Sleep | 21 | | besdb_user | 172.24.150.133 | bes_core | Query | 18 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Execute | 8 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Execute | 8 | | gcis_pmm | t1vdbs-gcissc-pmm01.dbaas.gcisdctr.hksarg | NULL | Sleep | 3 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | besdb_owner | 172.24.150.130 | bes_core | Sleep | 1 | | besdb_owner | 172.24.150.131 | bes_core | Sleep | 1 | | root | | NULL | Query | 1 | | unauthenticated user | 172.24.150.136 | NULL | Connect | 1 | +----------------------+-------------------------------------------------+--------------------+---------+----------+ [OK] 2023-02-20 15:47:02 get non-sleep session details (limit 100) select * from information_schema.PROCESSLIST where lower(command) <> 'sleep' and user not in ('root') order by time desc limit 100 +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | ID | USER | HOST | DB | COMMAND | TIME | STATE | INFO | TIME_MS | STAGE | MAX_STAGE | PROGRESS | MEMORY_USED | MAX_MEMORY_USED | EXAMINED_ROWS | QUERY_ID | INFO_BINARY | TID | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | 4902928 | besdb_user | 172.24.150.131:4947 | bes_core | Query | 16974 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16974832.670 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448048927 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16687 | | 4903072 | besdb_user | 172.24.150.133:62214 | bes_core | Query | 16916 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16916593.854 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448070117 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7190 | | 4901701 | besdb_user | 172.24.150.131:51895 | bes_core | Query | 16850 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 16850340.299 | 0 | 0 | 0.000 | 312936 | 312936 | 0 | 1448093473 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 125966 | | 4902932 | besdb_user | 172.24.150.131:52111 | bes_core | Query | 16843 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 16843706.416 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094386 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 6406 | | 4903028 | besdb_user | 172.24.150.131:50523 | bes_core | Query | 16842 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16842790.458 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094403 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16592 | | 4903350 | besdb_user | 172.24.150.131:28717 | bes_core | Query | 16841 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 16841281.786 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094425 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 18608 | | 4903348 | besdb_user | 172.24.150.131:16301 | bes_core | Query | 16841 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 16841705.124 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094418 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 125975 | | 4900170 | besdb_user | 172.24.150.135:4414 | bes_core | Query | 16841 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 16841148.383 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448094429 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 18606 | | 4899653 | besdb_user | 172.24.150.132:37160 | bes_core | Query | 16790 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 16790087.719 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448109642 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 21606 | | 4903534 | besdb_user | 172.24.150.136:32905 | bes_core | Query | 16783 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16783444.675 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110078 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16581 | | 4900251 | besdb_user | 172.24.150.136:1816 | bes_core | Query | 16782 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16782614.647 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110104 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16683 | | 4903538 | besdb_user | 172.24.150.136:22899 | bes_core | Query | 16780 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 16780933.456 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110152 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 21750 | | 4903473 | besdb_user | 172.24.150.131:56349 | bes_core | Query | 16778 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 16778119.674 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110523 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 21749 | | 4896788 | besdb_user | 172.24.150.133:54220 | bes_core | Query | 16778 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 16778067.682 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110539 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 21620 | | 4903253 | besdb_user | 172.24.150.133:26423 | bes_core | Query | 16729 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 16729843.417 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132092 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 22086 | | 4903682 | besdb_user | 172.24.150.133:40949 | bes_core | Query | 16723 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 16723332.016 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132209 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 3494 | | 4903488 | besdb_user | 172.24.150.135:43269 | bes_core | Query | 16722 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 16722575.366 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132219 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 21812 | | 4903483 | besdb_user | 172.24.150.131:1733 | bes_core | Query | 16721 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 16721505.333 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132230 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 119221 | | 4903693 | besdb_user | 172.24.150.131:44070 | bes_core | Query | 16717 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16717960.203 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132439 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7236 | | 4903691 | besdb_user | 172.24.150.131:56990 | bes_core | Query | 16717 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 16717982.925 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132435 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 62626 | | 4898908 | besdb_user | 172.24.150.131:6689 | bes_core | Query | 16669 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 16669755.141 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448142635 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 20592 | | 4903687 | besdb_user | 172.24.150.133:49692 | bes_core | Query | 16538 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16538284.631 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448179492 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 24391 | | 4900055 | besdb_user | 172.24.150.136:57680 | bes_core | Query | 16523 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16523444.511 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448188093 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 20551 | | 4931766 | besdb_user | 172.24.150.133:58259 | bes_core | Killed | 481 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 481117.795 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748547 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 92638 | | 4930178 | besdb_user | 172.24.150.131:45088 | bes_core | Killed | 481 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 481148.743 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748540 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27714 | | 4930991 | besdb_user | 172.24.150.134:4906 | bes_core | Killed | 481 | Update | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 481150.298 | 0 | 0 | 0.000 | 82704 | 2232512 | 0 | 1453748538 | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 24989 | | 4861402 | besdb_user | 172.24.150.132:52106 | bes_core | Killed | 481 | Update | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 481149.417 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748539 | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 47096 | | 4932094 | besdb_user | 172.24.150.132:42964 | bes_core | Killed | 480 | Update | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 480902.810 | 0 | 0 | 0.000 | 82024 | 82024 | 0 | 1453748629 | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 27699 | | 4931904 | besdb_user | 172.24.150.134:6442 | bes_core | Killed | 480 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 480896.503 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748635 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27712 | | 4931667 | besdb_user | 172.24.150.136:42237 | bes_core | Query | 480 | Updating | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 480972.939 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748603 | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 40613 | | 4930257 | besdb_user | 172.24.150.131:48337 | bes_core | Killed | 480 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 480744.833 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748743 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 47076 | | 4930179 | besdb_user | 172.24.150.131:28926 | bes_core | Killed | 480 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 480643.722 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748762 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 27716 | | 4928226 | besdb_user | 172.24.150.135:4899 | bes_core | Killed | 480 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 480719.366 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748753 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 110645 | | 4924495 | besdb_user | 172.24.150.133:25751 | bes_core | Killed | 480 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 480726.214 | 0 | 0 | 0.000 | 82024 | 2232512 | 0 | 1453748750 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 27738 | | 4867730 | besdb_user | 172.24.150.136:36760 | bes_core | Killed | 480 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 480570.327 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748775 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 40573 | | 4864868 | besdb_user | 172.24.150.133:36390 | bes_core | Killed | 480 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 480683.322 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748758 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 39767 | | 4863600 | besdb_user | 172.24.150.136:35840 | bes_core | Killed | 480 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 480571.985 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748774 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 16142 | | 4861560 | besdb_user | 172.24.150.131:8633 | bes_core | Killed | 480 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 480798.519 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748695 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 28763 | | 4581219 | besdb_user | 172.24.150.135:48131 | bes_core | Killed | 480 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 480767.645 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748723 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 43427 | | 4931047 | besdb_user | 172.24.150.131:43893 | bes_core | Query | 479 | Updating | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 479349.188 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748912 | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 46103 | | 4862109 | besdb_user | 172.24.150.133:52877 | bes_core | Killed | 479 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 479675.574 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748877 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 24991 | | 4582364 | besdb_user | 172.24.150.131:13386 | bes_core | Killed | 479 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 479797.730 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748868 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 31568 | | 4874920 | besdb_user | 172.24.150.133:24952 | bes_core | Killed | 478 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 478539.420 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453748991 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 105958 | | 4865467 | besdb_user | 172.24.150.132:51204 | bes_core | Killed | 478 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 478166.589 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453749035 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 94129 | | 4863677 | besdb_user | 172.24.150.135:2889 | bes_core | Killed | 478 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 478770.309 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748963 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 42459 | | 4932269 | besdb_user | 172.24.150.132:8838 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 477687.272 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749247 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 24993 | | 4932165 | besdb_user | 172.24.150.132:37683 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 477528.386 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749360 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 123429 | | 4932166 | besdb_user | 172.24.150.131:14502 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 477286.941 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749442 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 39770 | | 4932163 | besdb_user | 172.24.150.135:39844 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 477225.839 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749451 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 47410 | | 4932161 | besdb_user | 172.24.150.135:16376 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 477612.661 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749288 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 26840 | | 4932160 | besdb_user | 172.24.150.131:51765 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 477852.056 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749175 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 10854 | | 4931800 | besdb_user | 172.24.150.132:7318 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 477965.631 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749082 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 24990 | | 4931572 | besdb_user | 172.24.150.132:4990 | bes_core | Query | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 477687.258 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749248 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 126207 | | 4931569 | besdb_user | 172.24.150.135:61878 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 477388.942 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749388 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 27770 | | 4931574 | besdb_user | 172.24.150.132:16144 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 477697.410 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749244 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 27777 | | 4931563 | besdb_user | 172.24.150.132:11720 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 477959.201 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749091 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 14308 | | 4931533 | besdb_user | 172.24.150.131:49362 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 477320.853 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749400 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 82558 | | 4931551 | besdb_user | 172.24.150.135:38272 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 477606.868 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749322 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 47106 | | 4931550 | besdb_user | 172.24.150.135:2162 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 477606.966 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749321 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 27754 | | 4931517 | besdb_user | 172.24.150.136:22293 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 477168.738 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749479 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 10377 | | 4931515 | besdb_user | 172.24.150.136:37517 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 477178.500 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749472 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 122435 | | 4931529 | besdb_user | 172.24.150.131:58721 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 477864.144 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749172 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 24998 | | 4931528 | besdb_user | 172.24.150.131:12026 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 477852.041 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749176 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 39779 | | 4931518 | besdb_user | 172.24.150.135:60461 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 477460.988 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749381 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 42428 | | 4931512 | besdb_user | 172.24.150.135:22489 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 477454.644 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749387 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 15312 | | 4931447 | besdb_user | 172.24.150.131:12683 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 477287.193 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749440 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 23160 | | 4931494 | besdb_user | 172.24.150.135:47259 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 477608.482 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749315 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 10432 | | 4931482 | besdb_user | 172.24.150.134:42384 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 477891.909 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749163 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 36962 | | 4931469 | besdb_user | 172.24.150.134:30828 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 477892.010 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749162 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 27736 | | 4931475 | besdb_user | 172.24.150.134:60912 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 477895.976 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749158 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 25759 | | 4931470 | besdb_user | 172.24.150.132:62618 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 477965.418 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749084 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 42427 | | 4931464 | besdb_user | 172.24.150.134:59611 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 477891.865 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749164 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 7375 | | 4931460 | besdb_user | 172.24.150.132:63918 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 477965.460 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749083 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 13435 | | 4931441 | besdb_user | 172.24.150.135:36808 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 477609.250 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749312 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 14311 | | 4931419 | besdb_user | 172.24.150.131:27850 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 477285.870 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749443 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 78455 | | 4931445 | besdb_user | 172.24.150.132:51526 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 477536.514 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749359 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 10490 | | 4931436 | besdb_user | 172.24.150.135:1931 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 477606.386 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749323 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 27767 | | 4931434 | besdb_user | 172.24.150.132:23115 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 477542.650 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749345 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 41601 | | 4931430 | besdb_user | 172.24.150.135:50866 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 477603.637 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749325 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 27762 | | 4931424 | besdb_user | 172.24.150.131:48927 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 477287.074 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749441 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 27756 | | 4931427 | besdb_user | 172.24.150.132:10746 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 477304.577 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749410 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 40590 | | 4931418 | besdb_user | 172.24.150.135:36684 | bes_core | Killed | 477 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 477466.505 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749367 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 31422 | | 4932026 | besdb_user | 172.24.150.133:58090 | bes_core | Killed | 476 | Updating | Update bes_core.tb_otp Set i_retry_count = i_retry_count + 1 WHERE bi_otp_id = 989059 | 476296.841 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453749741 | Update bes_core.tb_otp Set i_retry_count = i_retry_count + 1 WHERE bi_otp_id = 989059 | 47105 | | 4932297 | besdb_user | 172.24.150.131:40199 | bes_core | Killed | 476 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 476901.172 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749514 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 13434 | | 4932162 | besdb_user | 172.24.150.135:42574 | bes_core | Killed | 476 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 476601.215 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749671 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 126210 | | 4932167 | besdb_user | 172.24.150.132:30079 | bes_core | Killed | 476 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 476817.694 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749572 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 108798 | | 4931638 | besdb_user | 172.24.150.136:10345 | bes_core | Killed | 476 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 476768.177 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749606 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 47876 | | 4931584 | besdb_user | 172.24.150.132:38239 | bes_core | Killed | 476 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 476750.184 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749628 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 47812 | | 4931568 | besdb_user | 172.24.150.135:50070 | bes_core | Killed | 476 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 476807.891 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749583 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 46962 | | 4931564 | besdb_user | 172.24.150.132:2616 | bes_core | Killed | 476 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 476799.324 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749594 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 109658 | | 4931511 | besdb_user | 172.24.150.136:12347 | bes_core | Killed | 476 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153539_286_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153539_286_03',0,98.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'F719519407B9A9BB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.303000')) | 476002.922 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749774 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153539_286_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153539_286_03',0,98.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'F719519407B9A9BB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.303000')) | 27697 | | 4931479 | besdb_user | 172.24.150.135:28158 | bes_core | Killed | 476 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 476814.567 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749574 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 108823 | | 4931481 | besdb_user | 172.24.150.131:37629 | bes_core | Killed | 476 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 476924.511 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749503 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 13439 | | 4931480 | besdb_user | 172.24.150.134:3300 | bes_core | Killed | 476 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 476888.997 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749530 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 42425 | | 4931450 | besdb_user | 172.24.150.136:51840 | bes_core | Killed | 476 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 476765.933 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749608 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 108790 | | 4931461 | besdb_user | 172.24.150.132:28363 | bes_core | Killed | 476 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 476800.176 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749593 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 10410 | | 4931465 | besdb_user | 172.24.150.134:40874 | bes_core | Killed | 476 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 476879.466 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749532 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 47869 | | 4931449 | besdb_user | 172.24.150.136:62163 | bes_core | Killed | 476 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153539_996_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:39.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153539_996_05',0,97.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'EAB7835682BA7183',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.307000')) | 476004.833 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749772 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153539_996_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:39.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153539_996_05',0,97.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'EAB7835682BA7183',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.307000')) | 27778 | | 4931444 | besdb_user | 172.24.150.132:1852 | bes_core | Killed | 476 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 476542.957 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749700 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 109675 | | 4931443 | besdb_user | 172.24.150.132:2269 | bes_core | Killed | 476 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 476541.915 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749701 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 10485 | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ [OK] 2023-02-20 15:47:02 cleanup files older than 4 days [OK] 2023-02-20 15:48:01 get sessions summary select user, SUBSTR(host, 1, INSTR(host, ':') - 1) host, db, command, count(*) from information_schema.PROCESSLIST group by 1,2,3,4 order by count(*) desc, 1,2,3,4 +-------------+-------------------------------------------------+--------------------+---------+----------+ | user | host | db | command | count(*) | +-------------+-------------------------------------------------+--------------------+---------+----------+ | besdb_user | 172.24.150.136 | bes_core | Killed | 662 | | besdb_user | 172.24.150.134 | bes_core | Killed | 634 | | besdb_user | 172.24.150.132 | bes_core | Killed | 457 | | besdb_user | 172.24.150.131 | bes_core | Killed | 417 | | besdb_user | 172.24.150.135 | bes_core | Killed | 380 | | besdb_user | 172.24.150.133 | bes_core | Killed | 144 | | system user | | NULL | Sleep | 65 | | besdb_user | 172.24.150.136 | bes_core | Query | 59 | | besdb_user | 172.24.150.134 | bes_core | Query | 45 | | besdb_user | 172.24.150.135 | bes_core | Query | 41 | | besdb_user | 172.24.150.131 | bes_core | Query | 37 | | besdb_user | 172.24.150.132 | bes_core | Sleep | 36 | | besdb_user | 172.24.150.136 | bes_core | Sleep | 36 | | besdb_user | 172.24.150.132 | bes_core | Query | 34 | | besdb_user | 172.24.150.131 | bes_core | Sleep | 28 | | besdb_user | 172.24.150.135 | bes_core | Sleep | 27 | | besdb_user | 172.24.150.133 | bes_core | Sleep | 25 | | besdb_user | 172.24.150.134 | bes_core | Sleep | 24 | | besdb_user | 172.24.150.133 | bes_core | Query | 19 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Execute | 8 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Execute | 8 | | gcis_pmm | t1vdbs-gcissc-pmm01.dbaas.gcisdctr.hksarg | NULL | Sleep | 3 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | besdb_owner | 172.24.150.130 | bes_core | Sleep | 1 | | besdb_owner | 172.24.150.131 | bes_core | Sleep | 1 | | root | | NULL | Query | 1 | +-------------+-------------------------------------------------+--------------------+---------+----------+ [OK] 2023-02-20 15:48:01 get non-sleep session details (limit 100) select * from information_schema.PROCESSLIST where lower(command) <> 'sleep' and user not in ('root') order by time desc limit 100 +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | ID | USER | HOST | DB | COMMAND | TIME | STATE | INFO | TIME_MS | STAGE | MAX_STAGE | PROGRESS | MEMORY_USED | MAX_MEMORY_USED | EXAMINED_ROWS | QUERY_ID | INFO_BINARY | TID | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | 4902928 | besdb_user | 172.24.150.131:4947 | bes_core | Query | 17034 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17034492.946 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448048927 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16687 | | 4903072 | besdb_user | 172.24.150.133:62214 | bes_core | Query | 16976 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16976254.130 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448070117 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7190 | | 4901701 | besdb_user | 172.24.150.131:51895 | bes_core | Query | 16910 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 16910000.575 | 0 | 0 | 0.000 | 312936 | 312936 | 0 | 1448093473 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 125966 | | 4902932 | besdb_user | 172.24.150.131:52111 | bes_core | Query | 16903 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 16903366.692 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094386 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 6406 | | 4903028 | besdb_user | 172.24.150.131:50523 | bes_core | Query | 16902 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16902450.734 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094403 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16592 | | 4903348 | besdb_user | 172.24.150.131:16301 | bes_core | Query | 16901 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 16901365.400 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094418 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 125975 | | 4903350 | besdb_user | 172.24.150.131:28717 | bes_core | Query | 16900 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 16900942.062 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094425 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 18608 | | 4900170 | besdb_user | 172.24.150.135:4414 | bes_core | Query | 16900 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 16900808.659 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448094429 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 18606 | | 4899653 | besdb_user | 172.24.150.132:37160 | bes_core | Query | 16849 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 16849747.995 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448109642 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 21606 | | 4903534 | besdb_user | 172.24.150.136:32905 | bes_core | Query | 16843 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16843104.951 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110078 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16581 | | 4900251 | besdb_user | 172.24.150.136:1816 | bes_core | Query | 16842 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16842274.923 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110104 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16683 | | 4903538 | besdb_user | 172.24.150.136:22899 | bes_core | Query | 16840 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 16840593.732 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110152 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 21750 | | 4903473 | besdb_user | 172.24.150.131:56349 | bes_core | Query | 16837 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 16837779.950 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110523 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 21749 | | 4896788 | besdb_user | 172.24.150.133:54220 | bes_core | Query | 16837 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 16837727.958 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110539 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 21620 | | 4903253 | besdb_user | 172.24.150.133:26423 | bes_core | Query | 16789 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 16789503.693 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132092 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 22086 | | 4903682 | besdb_user | 172.24.150.133:40949 | bes_core | Query | 16782 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 16782992.292 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132209 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 3494 | | 4903488 | besdb_user | 172.24.150.135:43269 | bes_core | Query | 16782 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 16782235.642 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132219 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 21812 | | 4903483 | besdb_user | 172.24.150.131:1733 | bes_core | Query | 16781 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 16781165.609 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132230 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 119221 | | 4903693 | besdb_user | 172.24.150.131:44070 | bes_core | Query | 16777 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16777620.479 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132439 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7236 | | 4903691 | besdb_user | 172.24.150.131:56990 | bes_core | Query | 16777 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 16777643.201 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132435 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 62626 | | 4898908 | besdb_user | 172.24.150.131:6689 | bes_core | Query | 16729 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 16729415.417 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448142635 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 20592 | | 4903687 | besdb_user | 172.24.150.133:49692 | bes_core | Query | 16597 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16597944.907 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448179492 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 24391 | | 4900055 | besdb_user | 172.24.150.136:57680 | bes_core | Query | 16583 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16583104.787 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448188093 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 20551 | | 4932094 | besdb_user | 172.24.150.132:42964 | bes_core | Killed | 540 | Update | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 540563.086 | 0 | 0 | 0.000 | 82024 | 82024 | 0 | 1453748629 | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 27699 | | 4931904 | besdb_user | 172.24.150.134:6442 | bes_core | Killed | 540 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 540556.779 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748635 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27712 | | 4931766 | besdb_user | 172.24.150.133:58259 | bes_core | Killed | 540 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 540778.071 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748547 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 92638 | | 4931667 | besdb_user | 172.24.150.136:42237 | bes_core | Query | 540 | Updating | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 540633.215 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748603 | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 40613 | | 4930257 | besdb_user | 172.24.150.131:48337 | bes_core | Killed | 540 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 540405.109 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748743 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 47076 | | 4930178 | besdb_user | 172.24.150.131:45088 | bes_core | Killed | 540 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 540809.019 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748540 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27714 | | 4930179 | besdb_user | 172.24.150.131:28926 | bes_core | Killed | 540 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 540303.998 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748762 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 27716 | | 4928226 | besdb_user | 172.24.150.135:4899 | bes_core | Killed | 540 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 540379.642 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748753 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 110645 | | 4924495 | besdb_user | 172.24.150.133:25751 | bes_core | Killed | 540 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 540386.490 | 0 | 0 | 0.000 | 82024 | 2232512 | 0 | 1453748750 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 27738 | | 4930991 | besdb_user | 172.24.150.134:4906 | bes_core | Killed | 540 | Update | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 540810.574 | 0 | 0 | 0.000 | 82704 | 2232512 | 0 | 1453748538 | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 24989 | | 4867730 | besdb_user | 172.24.150.136:36760 | bes_core | Killed | 540 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 540230.603 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748775 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 40573 | | 4864868 | besdb_user | 172.24.150.133:36390 | bes_core | Killed | 540 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 540343.598 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748758 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 39767 | | 4863600 | besdb_user | 172.24.150.136:35840 | bes_core | Killed | 540 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 540232.261 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748774 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 16142 | | 4861560 | besdb_user | 172.24.150.131:8633 | bes_core | Killed | 540 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 540458.795 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748695 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 28763 | | 4861402 | besdb_user | 172.24.150.132:52106 | bes_core | Killed | 540 | Update | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 540809.693 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748539 | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 47096 | | 4581219 | besdb_user | 172.24.150.135:48131 | bes_core | Killed | 540 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 540427.921 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748723 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 43427 | | 4931047 | besdb_user | 172.24.150.131:43893 | bes_core | Query | 539 | Updating | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 539009.464 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748912 | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 46103 | | 4862109 | besdb_user | 172.24.150.133:52877 | bes_core | Killed | 539 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 539335.850 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748877 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 24991 | | 4582364 | besdb_user | 172.24.150.131:13386 | bes_core | Killed | 539 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 539458.006 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748868 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 31568 | | 4874920 | besdb_user | 172.24.150.133:24952 | bes_core | Killed | 538 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 538199.696 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453748991 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 105958 | | 4863677 | besdb_user | 172.24.150.135:2889 | bes_core | Killed | 538 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 538430.585 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748963 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 42459 | | 4932269 | besdb_user | 172.24.150.132:8838 | bes_core | Killed | 537 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 537347.548 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749247 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 24993 | | 4932165 | besdb_user | 172.24.150.132:37683 | bes_core | Killed | 537 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 537188.662 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749360 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 123429 | | 4932161 | besdb_user | 172.24.150.135:16376 | bes_core | Killed | 537 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 537272.937 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749288 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 26840 | | 4932160 | besdb_user | 172.24.150.131:51765 | bes_core | Killed | 537 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 537512.332 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749175 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 10854 | | 4931800 | besdb_user | 172.24.150.132:7318 | bes_core | Killed | 537 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 537625.907 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749082 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 24990 | | 4931572 | besdb_user | 172.24.150.132:4990 | bes_core | Query | 537 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 537347.534 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749248 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 126207 | | 4931569 | besdb_user | 172.24.150.135:61878 | bes_core | Killed | 537 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 537049.218 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749388 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 27770 | | 4931574 | besdb_user | 172.24.150.132:16144 | bes_core | Killed | 537 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 537357.686 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749244 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 27777 | | 4931563 | besdb_user | 172.24.150.132:11720 | bes_core | Killed | 537 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 537619.477 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749091 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 14308 | | 4931551 | besdb_user | 172.24.150.135:38272 | bes_core | Killed | 537 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 537267.144 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749322 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 47106 | | 4931550 | besdb_user | 172.24.150.135:2162 | bes_core | Killed | 537 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 537267.242 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749321 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 27754 | | 4931529 | besdb_user | 172.24.150.131:58721 | bes_core | Killed | 537 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 537524.420 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749172 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 24998 | | 4931528 | besdb_user | 172.24.150.131:12026 | bes_core | Killed | 537 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 537512.317 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749176 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 39779 | | 4931518 | besdb_user | 172.24.150.135:60461 | bes_core | Killed | 537 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 537121.264 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749381 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 42428 | | 4931512 | besdb_user | 172.24.150.135:22489 | bes_core | Killed | 537 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 537114.920 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749387 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 15312 | | 4931494 | besdb_user | 172.24.150.135:47259 | bes_core | Killed | 537 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 537268.758 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749315 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 10432 | | 4931482 | besdb_user | 172.24.150.134:42384 | bes_core | Killed | 537 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 537552.185 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749163 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 36962 | | 4931469 | besdb_user | 172.24.150.134:30828 | bes_core | Killed | 537 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 537552.286 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749162 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 27736 | | 4931475 | besdb_user | 172.24.150.134:60912 | bes_core | Killed | 537 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 537556.252 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749158 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 25759 | | 4931470 | besdb_user | 172.24.150.132:62618 | bes_core | Killed | 537 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 537625.694 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749084 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 42427 | | 4931464 | besdb_user | 172.24.150.134:59611 | bes_core | Killed | 537 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 537552.141 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749164 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 7375 | | 4931460 | besdb_user | 172.24.150.132:63918 | bes_core | Killed | 537 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 537625.736 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749083 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 13435 | | 4931441 | besdb_user | 172.24.150.135:36808 | bes_core | Killed | 537 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 537269.526 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749312 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 14311 | | 4931445 | besdb_user | 172.24.150.132:51526 | bes_core | Killed | 537 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 537196.790 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749359 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 10490 | | 4931436 | besdb_user | 172.24.150.135:1931 | bes_core | Killed | 537 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 537266.662 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749323 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 27767 | | 4931434 | besdb_user | 172.24.150.132:23115 | bes_core | Killed | 537 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 537202.926 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749345 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 41601 | | 4931430 | besdb_user | 172.24.150.135:50866 | bes_core | Killed | 537 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 537263.913 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749325 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 27762 | | 4931418 | besdb_user | 172.24.150.135:36684 | bes_core | Killed | 537 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 537126.781 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749367 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 31422 | | 4865467 | besdb_user | 172.24.150.132:51204 | bes_core | Killed | 537 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 537826.865 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453749035 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 94129 | | 4932297 | besdb_user | 172.24.150.131:40199 | bes_core | Killed | 536 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 536561.448 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749514 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 13434 | | 4932162 | besdb_user | 172.24.150.135:42574 | bes_core | Killed | 536 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 536261.491 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749671 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 126210 | | 4932167 | besdb_user | 172.24.150.132:30079 | bes_core | Killed | 536 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 536477.970 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749572 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 108798 | | 4932166 | besdb_user | 172.24.150.131:14502 | bes_core | Killed | 536 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 536947.217 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749442 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 39770 | | 4932163 | besdb_user | 172.24.150.135:39844 | bes_core | Killed | 536 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 536886.115 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749451 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 47410 | | 4931638 | besdb_user | 172.24.150.136:10345 | bes_core | Killed | 536 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 536428.453 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749606 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 47876 | | 4931584 | besdb_user | 172.24.150.132:38239 | bes_core | Killed | 536 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 536410.460 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749628 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 47812 | | 4931568 | besdb_user | 172.24.150.135:50070 | bes_core | Killed | 536 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 536468.167 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749583 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 46962 | | 4931564 | besdb_user | 172.24.150.132:2616 | bes_core | Killed | 536 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 536459.600 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749594 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 109658 | | 4931533 | besdb_user | 172.24.150.131:49362 | bes_core | Killed | 536 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 536981.129 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749400 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 82558 | | 4931517 | besdb_user | 172.24.150.136:22293 | bes_core | Killed | 536 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 536829.014 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749479 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 10377 | | 4931515 | besdb_user | 172.24.150.136:37517 | bes_core | Killed | 536 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 536838.776 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749472 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 122435 | | 4931479 | besdb_user | 172.24.150.135:28158 | bes_core | Killed | 536 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 536474.843 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749574 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 108823 | | 4931447 | besdb_user | 172.24.150.131:12683 | bes_core | Killed | 536 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 536947.469 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749440 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 23160 | | 4931481 | besdb_user | 172.24.150.131:37629 | bes_core | Killed | 536 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 536584.787 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749503 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 13439 | | 4931480 | besdb_user | 172.24.150.134:3300 | bes_core | Killed | 536 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 536549.273 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749530 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 42425 | | 4931450 | besdb_user | 172.24.150.136:51840 | bes_core | Killed | 536 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 536426.209 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749608 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 108790 | | 4931461 | besdb_user | 172.24.150.132:28363 | bes_core | Killed | 536 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 536460.452 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749593 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 10410 | | 4931465 | besdb_user | 172.24.150.134:40874 | bes_core | Killed | 536 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 536539.742 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749532 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 47869 | | 4931444 | besdb_user | 172.24.150.132:1852 | bes_core | Killed | 536 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 536203.233 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749700 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 109675 | | 4931419 | besdb_user | 172.24.150.131:27850 | bes_core | Killed | 536 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 536946.146 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749443 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 78455 | | 4931443 | besdb_user | 172.24.150.132:2269 | bes_core | Killed | 536 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 536202.191 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749701 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 10485 | | 4931432 | besdb_user | 172.24.150.131:56755 | bes_core | Killed | 536 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153620_932_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:20.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153620_932_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'48FF71915F02B896',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.394000')) | 536172.577 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749723 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153620_932_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:20.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153620_932_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'48FF71915F02B896',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.394000')) | 27764 | | 4931431 | besdb_user | 172.24.150.135:57090 | bes_core | Killed | 536 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_901_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153526_901_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'9EEA6E9C57869B42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.274000')) | 536266.677 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749667 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_901_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153526_901_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'9EEA6E9C57869B42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.274000')) | 125284 | | 4931429 | besdb_user | 172.24.150.135:63928 | bes_core | Killed | 536 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153614_334_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153614_334_03',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'2BC028FCA622C1DB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.373000')) | 536261.813 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749670 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153614_334_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153614_334_03',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'2BC028FCA622C1DB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.373000')) | 78514 | | 4931424 | besdb_user | 172.24.150.131:48927 | bes_core | Killed | 536 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 536947.350 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749441 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 27756 | | 4931427 | besdb_user | 172.24.150.132:10746 | bes_core | Killed | 536 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 536964.853 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749410 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 40590 | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ [OK] 2023-02-20 15:48:01 cleanup files older than 4 days [OK] 2023-02-20 15:49:01 get sessions summary select user, SUBSTR(host, 1, INSTR(host, ':') - 1) host, db, command, count(*) from information_schema.PROCESSLIST group by 1,2,3,4 order by count(*) desc, 1,2,3,4 +-------------+-------------------------------------------------+--------------------+---------+----------+ | user | host | db | command | count(*) | +-------------+-------------------------------------------------+--------------------+---------+----------+ | besdb_user | 172.24.150.136 | bes_core | Killed | 747 | | besdb_user | 172.24.150.134 | bes_core | Killed | 714 | | besdb_user | 172.24.150.132 | bes_core | Killed | 516 | | besdb_user | 172.24.150.131 | bes_core | Killed | 467 | | besdb_user | 172.24.150.135 | bes_core | Killed | 431 | | besdb_user | 172.24.150.133 | bes_core | Killed | 160 | | system user | | NULL | Sleep | 65 | | besdb_user | 172.24.150.136 | bes_core | Query | 55 | | besdb_user | 172.24.150.134 | bes_core | Query | 43 | | besdb_user | 172.24.150.135 | bes_core | Query | 41 | | besdb_user | 172.24.150.131 | bes_core | Query | 39 | | besdb_user | 172.24.150.132 | bes_core | Query | 36 | | besdb_user | 172.24.150.132 | bes_core | Sleep | 34 | | besdb_user | 172.24.150.136 | bes_core | Sleep | 29 | | besdb_user | 172.24.150.134 | bes_core | Sleep | 25 | | besdb_user | 172.24.150.133 | bes_core | Sleep | 23 | | besdb_user | 172.24.150.135 | bes_core | Sleep | 21 | | besdb_user | 172.24.150.133 | bes_core | Query | 19 | | besdb_user | 172.24.150.131 | bes_core | Sleep | 17 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Execute | 9 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Execute | 8 | | gcis_pmm | t1vdbs-gcissc-pmm01.dbaas.gcisdctr.hksarg | NULL | Sleep | 3 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | besdb_owner | 172.24.150.130 | bes_core | Sleep | 1 | | besdb_owner | 172.24.150.131 | bes_core | Sleep | 1 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Sleep | 1 | | root | | NULL | Query | 1 | +-------------+-------------------------------------------------+--------------------+---------+----------+ [OK] 2023-02-20 15:49:01 get non-sleep session details (limit 100) select * from information_schema.PROCESSLIST where lower(command) <> 'sleep' and user not in ('root') order by time desc limit 100 +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | ID | USER | HOST | DB | COMMAND | TIME | STATE | INFO | TIME_MS | STAGE | MAX_STAGE | PROGRESS | MEMORY_USED | MAX_MEMORY_USED | EXAMINED_ROWS | QUERY_ID | INFO_BINARY | TID | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | 4902928 | besdb_user | 172.24.150.131:4947 | bes_core | Query | 17094 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17094813.600 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448048927 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16687 | | 4903072 | besdb_user | 172.24.150.133:62214 | bes_core | Query | 17036 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17036574.784 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448070117 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7190 | | 4901701 | besdb_user | 172.24.150.131:51895 | bes_core | Query | 16970 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 16970321.229 | 0 | 0 | 0.000 | 312936 | 312936 | 0 | 1448093473 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 125966 | | 4902932 | besdb_user | 172.24.150.131:52111 | bes_core | Query | 16963 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 16963687.346 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094386 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 6406 | | 4903028 | besdb_user | 172.24.150.131:50523 | bes_core | Query | 16962 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16962771.388 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094403 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16592 | | 4903350 | besdb_user | 172.24.150.131:28717 | bes_core | Query | 16961 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 16961262.716 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094425 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 18608 | | 4903348 | besdb_user | 172.24.150.131:16301 | bes_core | Query | 16961 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 16961686.054 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094418 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 125975 | | 4900170 | besdb_user | 172.24.150.135:4414 | bes_core | Query | 16961 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 16961129.313 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448094429 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 18606 | | 4899653 | besdb_user | 172.24.150.132:37160 | bes_core | Query | 16910 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 16910068.649 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448109642 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 21606 | | 4903534 | besdb_user | 172.24.150.136:32905 | bes_core | Query | 16903 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16903425.605 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110078 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16581 | | 4900251 | besdb_user | 172.24.150.136:1816 | bes_core | Query | 16902 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16902595.577 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110104 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16683 | | 4903538 | besdb_user | 172.24.150.136:22899 | bes_core | Query | 16900 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 16900914.386 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110152 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 21750 | | 4903473 | besdb_user | 172.24.150.131:56349 | bes_core | Query | 16898 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 16898100.604 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110523 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 21749 | | 4896788 | besdb_user | 172.24.150.133:54220 | bes_core | Query | 16898 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 16898048.612 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110539 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 21620 | | 4903253 | besdb_user | 172.24.150.133:26423 | bes_core | Query | 16849 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 16849824.347 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132092 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 22086 | | 4903682 | besdb_user | 172.24.150.133:40949 | bes_core | Query | 16843 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 16843312.946 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132209 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 3494 | | 4903488 | besdb_user | 172.24.150.135:43269 | bes_core | Query | 16842 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 16842556.296 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132219 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 21812 | | 4903483 | besdb_user | 172.24.150.131:1733 | bes_core | Query | 16841 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 16841486.263 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132230 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 119221 | | 4903693 | besdb_user | 172.24.150.131:44070 | bes_core | Query | 16837 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16837941.133 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132439 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7236 | | 4903691 | besdb_user | 172.24.150.131:56990 | bes_core | Query | 16837 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 16837963.855 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132435 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 62626 | | 4898908 | besdb_user | 172.24.150.131:6689 | bes_core | Query | 16789 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 16789736.071 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448142635 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 20592 | | 4903687 | besdb_user | 172.24.150.133:49692 | bes_core | Query | 16658 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16658265.561 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448179492 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 24391 | | 4900055 | besdb_user | 172.24.150.136:57680 | bes_core | Query | 16643 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16643425.441 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448188093 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 20551 | | 4931766 | besdb_user | 172.24.150.133:58259 | bes_core | Killed | 601 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 601098.725 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748547 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 92638 | | 4930178 | besdb_user | 172.24.150.131:45088 | bes_core | Killed | 601 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 601129.673 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748540 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27714 | | 4930991 | besdb_user | 172.24.150.134:4906 | bes_core | Killed | 601 | Update | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 601131.228 | 0 | 0 | 0.000 | 82704 | 2232512 | 0 | 1453748538 | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 24989 | | 4861402 | besdb_user | 172.24.150.132:52106 | bes_core | Killed | 601 | Update | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 601130.347 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748539 | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 47096 | | 4932094 | besdb_user | 172.24.150.132:42964 | bes_core | Killed | 600 | Update | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 600883.740 | 0 | 0 | 0.000 | 82024 | 82024 | 0 | 1453748629 | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 27699 | | 4931904 | besdb_user | 172.24.150.134:6442 | bes_core | Killed | 600 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 600877.433 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748635 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27712 | | 4931667 | besdb_user | 172.24.150.136:42237 | bes_core | Query | 600 | Updating | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 600953.869 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748603 | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 40613 | | 4930257 | besdb_user | 172.24.150.131:48337 | bes_core | Killed | 600 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 600725.763 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748743 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 47076 | | 4930179 | besdb_user | 172.24.150.131:28926 | bes_core | Killed | 600 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 600624.652 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748762 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 27716 | | 4928226 | besdb_user | 172.24.150.135:4899 | bes_core | Killed | 600 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 600700.296 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748753 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 110645 | | 4924495 | besdb_user | 172.24.150.133:25751 | bes_core | Killed | 600 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 600707.144 | 0 | 0 | 0.000 | 82024 | 2232512 | 0 | 1453748750 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 27738 | | 4867730 | besdb_user | 172.24.150.136:36760 | bes_core | Killed | 600 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 600551.257 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748775 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 40573 | | 4864868 | besdb_user | 172.24.150.133:36390 | bes_core | Killed | 600 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 600664.252 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748758 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 39767 | | 4863600 | besdb_user | 172.24.150.136:35840 | bes_core | Killed | 600 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 600552.915 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748774 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 16142 | | 4861560 | besdb_user | 172.24.150.131:8633 | bes_core | Killed | 600 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 600779.449 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748695 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 28763 | | 4581219 | besdb_user | 172.24.150.135:48131 | bes_core | Killed | 600 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 600748.575 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748723 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 43427 | | 4931047 | besdb_user | 172.24.150.131:43893 | bes_core | Query | 599 | Updating | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 599330.118 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748912 | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 46103 | | 4862109 | besdb_user | 172.24.150.133:52877 | bes_core | Killed | 599 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 599656.504 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748877 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 24991 | | 4582364 | besdb_user | 172.24.150.131:13386 | bes_core | Killed | 599 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 599778.660 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748868 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 31568 | | 4874920 | besdb_user | 172.24.150.133:24952 | bes_core | Killed | 598 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 598520.350 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453748991 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 105958 | | 4865467 | besdb_user | 172.24.150.132:51204 | bes_core | Killed | 598 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 598147.519 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453749035 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 94129 | | 4863677 | besdb_user | 172.24.150.135:2889 | bes_core | Killed | 598 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 598751.239 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748963 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 42459 | | 4932269 | besdb_user | 172.24.150.132:8838 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 597668.202 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749247 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 24993 | | 4932165 | besdb_user | 172.24.150.132:37683 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 597509.316 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749360 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 123429 | | 4932166 | besdb_user | 172.24.150.131:14502 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 597267.871 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749442 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 39770 | | 4932163 | besdb_user | 172.24.150.135:39844 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 597206.769 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749451 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 47410 | | 4932161 | besdb_user | 172.24.150.135:16376 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 597593.591 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749288 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 26840 | | 4932160 | besdb_user | 172.24.150.131:51765 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 597832.986 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749175 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 10854 | | 4931800 | besdb_user | 172.24.150.132:7318 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 597946.561 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749082 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 24990 | | 4931572 | besdb_user | 172.24.150.132:4990 | bes_core | Query | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 597668.188 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749248 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 126207 | | 4931569 | besdb_user | 172.24.150.135:61878 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 597369.872 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749388 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 27770 | | 4931574 | besdb_user | 172.24.150.132:16144 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 597678.340 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749244 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 27777 | | 4931563 | besdb_user | 172.24.150.132:11720 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 597940.131 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749091 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 14308 | | 4931533 | besdb_user | 172.24.150.131:49362 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 597301.783 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749400 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 82558 | | 4931551 | besdb_user | 172.24.150.135:38272 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 597587.798 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749322 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 47106 | | 4931550 | besdb_user | 172.24.150.135:2162 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 597587.896 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749321 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 27754 | | 4931517 | besdb_user | 172.24.150.136:22293 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 597149.668 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749479 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 10377 | | 4931515 | besdb_user | 172.24.150.136:37517 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 597159.430 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749472 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 122435 | | 4931529 | besdb_user | 172.24.150.131:58721 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 597845.074 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749172 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 24998 | | 4931528 | besdb_user | 172.24.150.131:12026 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 597832.971 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749176 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 39779 | | 4931518 | besdb_user | 172.24.150.135:60461 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 597441.918 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749381 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 42428 | | 4931512 | besdb_user | 172.24.150.135:22489 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 597435.574 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749387 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 15312 | | 4931447 | besdb_user | 172.24.150.131:12683 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 597268.123 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749440 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 23160 | | 4931494 | besdb_user | 172.24.150.135:47259 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 597589.412 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749315 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 10432 | | 4931482 | besdb_user | 172.24.150.134:42384 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 597872.839 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749163 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 36962 | | 4931469 | besdb_user | 172.24.150.134:30828 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 597872.940 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749162 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 27736 | | 4931475 | besdb_user | 172.24.150.134:60912 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 597876.906 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749158 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 25759 | | 4931470 | besdb_user | 172.24.150.132:62618 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 597946.348 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749084 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 42427 | | 4931464 | besdb_user | 172.24.150.134:59611 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 597872.795 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749164 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 7375 | | 4931460 | besdb_user | 172.24.150.132:63918 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 597946.390 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749083 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 13435 | | 4931441 | besdb_user | 172.24.150.135:36808 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 597590.180 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749312 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 14311 | | 4931419 | besdb_user | 172.24.150.131:27850 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 597266.800 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749443 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 78455 | | 4931445 | besdb_user | 172.24.150.132:51526 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 597517.444 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749359 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 10490 | | 4931436 | besdb_user | 172.24.150.135:1931 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 597587.316 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749323 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 27767 | | 4931434 | besdb_user | 172.24.150.132:23115 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 597523.580 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749345 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 41601 | | 4931430 | besdb_user | 172.24.150.135:50866 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 597584.567 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749325 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 27762 | | 4931424 | besdb_user | 172.24.150.131:48927 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 597268.004 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749441 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 27756 | | 4931427 | besdb_user | 172.24.150.132:10746 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 597285.507 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749410 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 40590 | | 4931418 | besdb_user | 172.24.150.135:36684 | bes_core | Killed | 597 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 597447.435 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749367 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 31422 | | 4932026 | besdb_user | 172.24.150.133:58090 | bes_core | Killed | 596 | Updating | Update bes_core.tb_otp Set i_retry_count = i_retry_count + 1 WHERE bi_otp_id = 989059 | 596277.771 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453749741 | Update bes_core.tb_otp Set i_retry_count = i_retry_count + 1 WHERE bi_otp_id = 989059 | 47105 | | 4932297 | besdb_user | 172.24.150.131:40199 | bes_core | Killed | 596 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 596882.102 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749514 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 13434 | | 4932162 | besdb_user | 172.24.150.135:42574 | bes_core | Killed | 596 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 596582.145 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749671 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 126210 | | 4932167 | besdb_user | 172.24.150.132:30079 | bes_core | Killed | 596 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 596798.624 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749572 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 108798 | | 4931638 | besdb_user | 172.24.150.136:10345 | bes_core | Killed | 596 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 596749.107 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749606 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 47876 | | 4931584 | besdb_user | 172.24.150.132:38239 | bes_core | Killed | 596 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 596731.114 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749628 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 47812 | | 4931568 | besdb_user | 172.24.150.135:50070 | bes_core | Killed | 596 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 596788.821 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749583 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 46962 | | 4931564 | besdb_user | 172.24.150.132:2616 | bes_core | Killed | 596 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 596780.254 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749594 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 109658 | | 4931479 | besdb_user | 172.24.150.135:28158 | bes_core | Killed | 596 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 596795.497 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749574 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 108823 | | 4931481 | besdb_user | 172.24.150.131:37629 | bes_core | Killed | 596 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 596905.441 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749503 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 13439 | | 4931480 | besdb_user | 172.24.150.134:3300 | bes_core | Killed | 596 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 596869.927 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749530 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 42425 | | 4931450 | besdb_user | 172.24.150.136:51840 | bes_core | Killed | 596 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 596746.863 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749608 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 108790 | | 4931461 | besdb_user | 172.24.150.132:28363 | bes_core | Killed | 596 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 596781.106 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749593 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 10410 | | 4931465 | besdb_user | 172.24.150.134:40874 | bes_core | Killed | 596 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 596860.396 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749532 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 47869 | | 4931444 | besdb_user | 172.24.150.132:1852 | bes_core | Killed | 596 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 596523.887 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749700 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 109675 | | 4931443 | besdb_user | 172.24.150.132:2269 | bes_core | Killed | 596 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 596522.845 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749701 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 10485 | | 4931432 | besdb_user | 172.24.150.131:56755 | bes_core | Killed | 596 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153620_932_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:20.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153620_932_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'48FF71915F02B896',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.394000')) | 596493.231 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749723 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153620_932_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:20.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153620_932_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'48FF71915F02B896',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.394000')) | 27764 | | 4931431 | besdb_user | 172.24.150.135:57090 | bes_core | Killed | 596 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_901_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153526_901_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'9EEA6E9C57869B42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.274000')) | 596587.331 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749667 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_901_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153526_901_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'9EEA6E9C57869B42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.274000')) | 125284 | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ [OK] 2023-02-20 15:49:02 cleanup files older than 4 days [OK] 2023-02-20 15:50:01 get sessions summary select user, SUBSTR(host, 1, INSTR(host, ':') - 1) host, db, command, count(*) from information_schema.PROCESSLIST group by 1,2,3,4 order by count(*) desc, 1,2,3,4 +-------------+-------------------------------------------------+--------------------+---------+----------+ | user | host | db | command | count(*) | +-------------+-------------------------------------------------+--------------------+---------+----------+ | besdb_user | 172.24.150.136 | bes_core | Killed | 826 | | besdb_user | 172.24.150.134 | bes_core | Killed | 785 | | besdb_user | 172.24.150.132 | bes_core | Killed | 576 | | besdb_user | 172.24.150.131 | bes_core | Killed | 517 | | besdb_user | 172.24.150.135 | bes_core | Killed | 482 | | besdb_user | 172.24.150.133 | bes_core | Killed | 176 | | system user | | NULL | Sleep | 65 | | besdb_user | 172.24.150.136 | bes_core | Query | 55 | | besdb_user | 172.24.150.135 | bes_core | Query | 40 | | besdb_user | 172.24.150.131 | bes_core | Query | 35 | | besdb_user | 172.24.150.132 | bes_core | Query | 35 | | besdb_user | 172.24.150.134 | bes_core | Query | 34 | | besdb_user | 172.24.150.132 | bes_core | Sleep | 32 | | besdb_user | 172.24.150.136 | bes_core | Sleep | 28 | | besdb_user | 172.24.150.135 | bes_core | Sleep | 26 | | besdb_user | 172.24.150.134 | bes_core | Sleep | 24 | | besdb_user | 172.24.150.133 | bes_core | Sleep | 23 | | besdb_user | 172.24.150.133 | bes_core | Query | 17 | | besdb_user | 172.24.150.131 | bes_core | Sleep | 12 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Execute | 9 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Execute | 8 | | gcis_pmm | t1vdbs-gcissc-pmm01.dbaas.gcisdctr.hksarg | NULL | Sleep | 3 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | besdb_owner | 172.24.150.130 | bes_core | Sleep | 1 | | besdb_owner | 172.24.150.131 | bes_core | Sleep | 1 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Sleep | 1 | | root | | NULL | Query | 1 | +-------------+-------------------------------------------------+--------------------+---------+----------+ [OK] 2023-02-20 15:50:01 get non-sleep session details (limit 100) select * from information_schema.PROCESSLIST where lower(command) <> 'sleep' and user not in ('root') order by time desc limit 100 +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | ID | USER | HOST | DB | COMMAND | TIME | STATE | INFO | TIME_MS | STAGE | MAX_STAGE | PROGRESS | MEMORY_USED | MAX_MEMORY_USED | EXAMINED_ROWS | QUERY_ID | INFO_BINARY | TID | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | 4902928 | besdb_user | 172.24.150.131:4947 | bes_core | Query | 17154 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17154502.244 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448048927 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16687 | | 4903072 | besdb_user | 172.24.150.133:62214 | bes_core | Query | 17096 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17096263.428 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448070117 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7190 | | 4901701 | besdb_user | 172.24.150.131:51895 | bes_core | Query | 17030 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 17030009.873 | 0 | 0 | 0.000 | 312936 | 312936 | 0 | 1448093473 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 125966 | | 4902932 | besdb_user | 172.24.150.131:52111 | bes_core | Query | 17023 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 17023375.990 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094386 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 6406 | | 4903028 | besdb_user | 172.24.150.131:50523 | bes_core | Query | 17022 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17022460.032 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094403 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16592 | | 4903348 | besdb_user | 172.24.150.131:16301 | bes_core | Query | 17021 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 17021374.698 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094418 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 125975 | | 4903350 | besdb_user | 172.24.150.131:28717 | bes_core | Query | 17020 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 17020951.360 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094425 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 18608 | | 4900170 | besdb_user | 172.24.150.135:4414 | bes_core | Query | 17020 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 17020817.957 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448094429 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 18606 | | 4899653 | besdb_user | 172.24.150.132:37160 | bes_core | Query | 16969 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 16969757.293 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448109642 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 21606 | | 4903534 | besdb_user | 172.24.150.136:32905 | bes_core | Query | 16963 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16963114.249 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110078 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16581 | | 4900251 | besdb_user | 172.24.150.136:1816 | bes_core | Query | 16962 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16962284.221 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110104 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16683 | | 4903538 | besdb_user | 172.24.150.136:22899 | bes_core | Query | 16960 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 16960603.030 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110152 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 21750 | | 4903473 | besdb_user | 172.24.150.131:56349 | bes_core | Query | 16957 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 16957789.248 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110523 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 21749 | | 4896788 | besdb_user | 172.24.150.133:54220 | bes_core | Query | 16957 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 16957737.256 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110539 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 21620 | | 4903253 | besdb_user | 172.24.150.133:26423 | bes_core | Query | 16909 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 16909512.991 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132092 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 22086 | | 4903682 | besdb_user | 172.24.150.133:40949 | bes_core | Query | 16903 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 16903001.590 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132209 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 3494 | | 4903488 | besdb_user | 172.24.150.135:43269 | bes_core | Query | 16902 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 16902244.940 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132219 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 21812 | | 4903483 | besdb_user | 172.24.150.131:1733 | bes_core | Query | 16901 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 16901174.907 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132230 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 119221 | | 4903693 | besdb_user | 172.24.150.131:44070 | bes_core | Query | 16897 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16897629.777 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132439 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7236 | | 4903691 | besdb_user | 172.24.150.131:56990 | bes_core | Query | 16897 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 16897652.499 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132435 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 62626 | | 4898908 | besdb_user | 172.24.150.131:6689 | bes_core | Query | 16849 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 16849424.715 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448142635 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 20592 | | 4903687 | besdb_user | 172.24.150.133:49692 | bes_core | Query | 16717 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16717954.205 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448179492 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 24391 | | 4900055 | besdb_user | 172.24.150.136:57680 | bes_core | Query | 16703 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16703114.085 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448188093 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 20551 | | 4932094 | besdb_user | 172.24.150.132:42964 | bes_core | Killed | 660 | Update | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 660572.384 | 0 | 0 | 0.000 | 82024 | 82024 | 0 | 1453748629 | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 27699 | | 4931904 | besdb_user | 172.24.150.134:6442 | bes_core | Killed | 660 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 660566.077 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748635 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27712 | | 4931766 | besdb_user | 172.24.150.133:58259 | bes_core | Killed | 660 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 660787.369 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748547 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 92638 | | 4931667 | besdb_user | 172.24.150.136:42237 | bes_core | Query | 660 | Updating | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 660642.513 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748603 | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 40613 | | 4930257 | besdb_user | 172.24.150.131:48337 | bes_core | Killed | 660 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 660414.407 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748743 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 47076 | | 4930178 | besdb_user | 172.24.150.131:45088 | bes_core | Killed | 660 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 660818.317 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748540 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27714 | | 4930179 | besdb_user | 172.24.150.131:28926 | bes_core | Killed | 660 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 660313.296 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748762 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 27716 | | 4928226 | besdb_user | 172.24.150.135:4899 | bes_core | Killed | 660 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 660388.940 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748753 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 110645 | | 4924495 | besdb_user | 172.24.150.133:25751 | bes_core | Killed | 660 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 660395.788 | 0 | 0 | 0.000 | 82024 | 2232512 | 0 | 1453748750 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 27738 | | 4930991 | besdb_user | 172.24.150.134:4906 | bes_core | Killed | 660 | Update | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 660819.872 | 0 | 0 | 0.000 | 82704 | 2232512 | 0 | 1453748538 | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 24989 | | 4867730 | besdb_user | 172.24.150.136:36760 | bes_core | Killed | 660 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 660239.901 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748775 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 40573 | | 4864868 | besdb_user | 172.24.150.133:36390 | bes_core | Killed | 660 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 660352.896 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748758 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 39767 | | 4863600 | besdb_user | 172.24.150.136:35840 | bes_core | Killed | 660 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 660241.559 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748774 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 16142 | | 4861560 | besdb_user | 172.24.150.131:8633 | bes_core | Killed | 660 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 660468.093 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748695 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 28763 | | 4861402 | besdb_user | 172.24.150.132:52106 | bes_core | Killed | 660 | Update | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 660818.991 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748539 | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 47096 | | 4581219 | besdb_user | 172.24.150.135:48131 | bes_core | Killed | 660 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 660437.219 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748723 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 43427 | | 4931047 | besdb_user | 172.24.150.131:43893 | bes_core | Query | 659 | Updating | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 659018.762 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748912 | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 46103 | | 4862109 | besdb_user | 172.24.150.133:52877 | bes_core | Killed | 659 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 659345.148 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748877 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 24991 | | 4582364 | besdb_user | 172.24.150.131:13386 | bes_core | Killed | 659 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 659467.304 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748868 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 31568 | | 4874920 | besdb_user | 172.24.150.133:24952 | bes_core | Killed | 658 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 658208.994 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453748991 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 105958 | | 4863677 | besdb_user | 172.24.150.135:2889 | bes_core | Killed | 658 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 658439.883 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748963 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 42459 | | 4932269 | besdb_user | 172.24.150.132:8838 | bes_core | Killed | 657 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 657356.846 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749247 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 24993 | | 4932165 | besdb_user | 172.24.150.132:37683 | bes_core | Killed | 657 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 657197.960 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749360 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 123429 | | 4932161 | besdb_user | 172.24.150.135:16376 | bes_core | Killed | 657 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 657282.235 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749288 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 26840 | | 4932160 | besdb_user | 172.24.150.131:51765 | bes_core | Killed | 657 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 657521.630 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749175 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 10854 | | 4931800 | besdb_user | 172.24.150.132:7318 | bes_core | Killed | 657 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 657635.205 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749082 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 24990 | | 4931572 | besdb_user | 172.24.150.132:4990 | bes_core | Query | 657 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 657356.832 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749248 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 126207 | | 4931569 | besdb_user | 172.24.150.135:61878 | bes_core | Killed | 657 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 657058.516 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749388 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 27770 | | 4931574 | besdb_user | 172.24.150.132:16144 | bes_core | Killed | 657 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 657366.984 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749244 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 27777 | | 4931563 | besdb_user | 172.24.150.132:11720 | bes_core | Killed | 657 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 657628.775 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749091 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 14308 | | 4931551 | besdb_user | 172.24.150.135:38272 | bes_core | Killed | 657 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 657276.442 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749322 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 47106 | | 4931550 | besdb_user | 172.24.150.135:2162 | bes_core | Killed | 657 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 657276.540 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749321 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 27754 | | 4931529 | besdb_user | 172.24.150.131:58721 | bes_core | Killed | 657 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 657533.718 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749172 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 24998 | | 4931528 | besdb_user | 172.24.150.131:12026 | bes_core | Killed | 657 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 657521.615 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749176 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 39779 | | 4931518 | besdb_user | 172.24.150.135:60461 | bes_core | Killed | 657 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 657130.562 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749381 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 42428 | | 4931512 | besdb_user | 172.24.150.135:22489 | bes_core | Killed | 657 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 657124.218 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749387 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 15312 | | 4931494 | besdb_user | 172.24.150.135:47259 | bes_core | Killed | 657 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 657278.056 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749315 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 10432 | | 4931482 | besdb_user | 172.24.150.134:42384 | bes_core | Killed | 657 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 657561.483 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749163 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 36962 | | 4931469 | besdb_user | 172.24.150.134:30828 | bes_core | Killed | 657 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 657561.584 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749162 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 27736 | | 4931475 | besdb_user | 172.24.150.134:60912 | bes_core | Killed | 657 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 657565.550 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749158 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 25759 | | 4931470 | besdb_user | 172.24.150.132:62618 | bes_core | Killed | 657 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 657634.992 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749084 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 42427 | | 4931464 | besdb_user | 172.24.150.134:59611 | bes_core | Killed | 657 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 657561.439 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749164 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 7375 | | 4931460 | besdb_user | 172.24.150.132:63918 | bes_core | Killed | 657 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 657635.034 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749083 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 13435 | | 4931441 | besdb_user | 172.24.150.135:36808 | bes_core | Killed | 657 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 657278.824 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749312 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 14311 | | 4931445 | besdb_user | 172.24.150.132:51526 | bes_core | Killed | 657 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 657206.088 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749359 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 10490 | | 4931436 | besdb_user | 172.24.150.135:1931 | bes_core | Killed | 657 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 657275.960 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749323 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 27767 | | 4931434 | besdb_user | 172.24.150.132:23115 | bes_core | Killed | 657 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 657212.224 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749345 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 41601 | | 4931430 | besdb_user | 172.24.150.135:50866 | bes_core | Killed | 657 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 657273.211 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749325 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 27762 | | 4931418 | besdb_user | 172.24.150.135:36684 | bes_core | Killed | 657 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 657136.079 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749367 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 31422 | | 4865467 | besdb_user | 172.24.150.132:51204 | bes_core | Killed | 657 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 657836.163 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453749035 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 94129 | | 4932297 | besdb_user | 172.24.150.131:40199 | bes_core | Killed | 656 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 656570.746 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749514 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 13434 | | 4932162 | besdb_user | 172.24.150.135:42574 | bes_core | Killed | 656 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 656270.789 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749671 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 126210 | | 4932167 | besdb_user | 172.24.150.132:30079 | bes_core | Killed | 656 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 656487.268 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749572 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 108798 | | 4932166 | besdb_user | 172.24.150.131:14502 | bes_core | Killed | 656 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 656956.515 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749442 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 39770 | | 4932163 | besdb_user | 172.24.150.135:39844 | bes_core | Killed | 656 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 656895.413 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749451 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 47410 | | 4931638 | besdb_user | 172.24.150.136:10345 | bes_core | Killed | 656 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 656437.751 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749606 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 47876 | | 4931584 | besdb_user | 172.24.150.132:38239 | bes_core | Killed | 656 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 656419.758 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749628 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 47812 | | 4931568 | besdb_user | 172.24.150.135:50070 | bes_core | Killed | 656 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 656477.465 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749583 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 46962 | | 4931564 | besdb_user | 172.24.150.132:2616 | bes_core | Killed | 656 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 656468.898 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749594 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 109658 | | 4931533 | besdb_user | 172.24.150.131:49362 | bes_core | Killed | 656 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 656990.427 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749400 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 82558 | | 4931517 | besdb_user | 172.24.150.136:22293 | bes_core | Killed | 656 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 656838.312 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749479 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 10377 | | 4931515 | besdb_user | 172.24.150.136:37517 | bes_core | Killed | 656 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 656848.074 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749472 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 122435 | | 4931479 | besdb_user | 172.24.150.135:28158 | bes_core | Killed | 656 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 656484.141 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749574 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 108823 | | 4931447 | besdb_user | 172.24.150.131:12683 | bes_core | Killed | 656 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 656956.767 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749440 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 23160 | | 4931481 | besdb_user | 172.24.150.131:37629 | bes_core | Killed | 656 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 656594.085 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749503 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 13439 | | 4931480 | besdb_user | 172.24.150.134:3300 | bes_core | Killed | 656 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 656558.571 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749530 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 42425 | | 4931450 | besdb_user | 172.24.150.136:51840 | bes_core | Killed | 656 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 656435.507 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749608 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 108790 | | 4931461 | besdb_user | 172.24.150.132:28363 | bes_core | Killed | 656 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 656469.750 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749593 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 10410 | | 4931465 | besdb_user | 172.24.150.134:40874 | bes_core | Killed | 656 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 656549.040 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749532 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 47869 | | 4931444 | besdb_user | 172.24.150.132:1852 | bes_core | Killed | 656 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 656212.531 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749700 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 109675 | | 4931419 | besdb_user | 172.24.150.131:27850 | bes_core | Killed | 656 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 656955.444 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749443 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 78455 | | 4931443 | besdb_user | 172.24.150.132:2269 | bes_core | Killed | 656 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 656211.489 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749701 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 10485 | | 4931432 | besdb_user | 172.24.150.131:56755 | bes_core | Killed | 656 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153620_932_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:20.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153620_932_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'48FF71915F02B896',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.394000')) | 656181.875 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749723 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153620_932_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:20.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153620_932_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'48FF71915F02B896',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.394000')) | 27764 | | 4931431 | besdb_user | 172.24.150.135:57090 | bes_core | Killed | 656 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_901_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153526_901_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'9EEA6E9C57869B42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.274000')) | 656275.975 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749667 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_901_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153526_901_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'9EEA6E9C57869B42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.274000')) | 125284 | | 4931429 | besdb_user | 172.24.150.135:63928 | bes_core | Killed | 656 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153614_334_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153614_334_03',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'2BC028FCA622C1DB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.373000')) | 656271.111 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749670 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153614_334_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153614_334_03',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'2BC028FCA622C1DB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.373000')) | 78514 | | 4931424 | besdb_user | 172.24.150.131:48927 | bes_core | Killed | 656 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 656956.648 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749441 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 27756 | | 4931427 | besdb_user | 172.24.150.132:10746 | bes_core | Killed | 656 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 656974.151 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749410 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 40590 | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ [OK] 2023-02-20 15:50:02 cleanup files older than 4 days [OK] 2023-02-20 15:51:01 get sessions summary select user, SUBSTR(host, 1, INSTR(host, ':') - 1) host, db, command, count(*) from information_schema.PROCESSLIST group by 1,2,3,4 order by count(*) desc, 1,2,3,4 +----------------------+-------------------------------------------------+--------------------+---------+----------+ | user | host | db | command | count(*) | +----------------------+-------------------------------------------------+--------------------+---------+----------+ | besdb_user | 172.24.150.136 | bes_core | Killed | 900 | | besdb_user | 172.24.150.134 | bes_core | Killed | 851 | | besdb_user | 172.24.150.132 | bes_core | Killed | 629 | | besdb_user | 172.24.150.131 | bes_core | Killed | 563 | | besdb_user | 172.24.150.135 | bes_core | Killed | 522 | | besdb_user | 172.24.150.133 | bes_core | Killed | 192 | | system user | | NULL | Sleep | 65 | | besdb_user | 172.24.150.136 | bes_core | Query | 49 | | besdb_user | 172.24.150.134 | bes_core | Query | 42 | | besdb_user | 172.24.150.132 | bes_core | Query | 41 | | besdb_user | 172.24.150.135 | bes_core | Query | 39 | | besdb_user | 172.24.150.132 | bes_core | Sleep | 32 | | besdb_user | 172.24.150.131 | bes_core | Query | 29 | | besdb_user | 172.24.150.136 | bes_core | Sleep | 26 | | besdb_user | 172.24.150.135 | bes_core | Sleep | 24 | | besdb_user | 172.24.150.134 | bes_core | Sleep | 23 | | besdb_user | 172.24.150.133 | bes_core | Sleep | 22 | | besdb_user | 172.24.150.133 | bes_core | Query | 15 | | besdb_user | 172.24.150.131 | bes_core | Sleep | 11 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Execute | 9 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Execute | 8 | | gcis_pmm | t1vdbs-gcissc-pmm01.dbaas.gcisdctr.hksarg | NULL | Sleep | 3 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | unauthenticated user | 172.24.150.131 | NULL | Connect | 2 | | besdb_owner | 172.24.150.130 | bes_core | Sleep | 1 | | besdb_owner | 172.24.150.131 | bes_core | Sleep | 1 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Sleep | 1 | | root | | NULL | Query | 1 | | unauthenticated user | 172.24.150.132 | NULL | Connect | 1 | | unauthenticated user | 172.24.150.135 | NULL | Connect | 1 | | unauthenticated user | 172.24.150.136 | NULL | Connect | 1 | +----------------------+-------------------------------------------------+--------------------+---------+----------+ [OK] 2023-02-20 15:51:02 get non-sleep session details (limit 100) select * from information_schema.PROCESSLIST where lower(command) <> 'sleep' and user not in ('root') order by time desc limit 100 +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | ID | USER | HOST | DB | COMMAND | TIME | STATE | INFO | TIME_MS | STAGE | MAX_STAGE | PROGRESS | MEMORY_USED | MAX_MEMORY_USED | EXAMINED_ROWS | QUERY_ID | INFO_BINARY | TID | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | 4902928 | besdb_user | 172.24.150.131:4947 | bes_core | Query | 17214 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17214980.273 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448048927 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16687 | | 4903072 | besdb_user | 172.24.150.133:62214 | bes_core | Query | 17156 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17156741.457 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448070117 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7190 | | 4901701 | besdb_user | 172.24.150.131:51895 | bes_core | Query | 17090 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 17090487.902 | 0 | 0 | 0.000 | 312936 | 312936 | 0 | 1448093473 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 125966 | | 4902932 | besdb_user | 172.24.150.131:52111 | bes_core | Query | 17083 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 17083854.019 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094386 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 6406 | | 4903028 | besdb_user | 172.24.150.131:50523 | bes_core | Query | 17082 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17082938.061 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094403 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16592 | | 4903350 | besdb_user | 172.24.150.131:28717 | bes_core | Query | 17081 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 17081429.389 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094425 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 18608 | | 4903348 | besdb_user | 172.24.150.131:16301 | bes_core | Query | 17081 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 17081852.727 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094418 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 125975 | | 4900170 | besdb_user | 172.24.150.135:4414 | bes_core | Query | 17081 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 17081295.986 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448094429 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 18606 | | 4899653 | besdb_user | 172.24.150.132:37160 | bes_core | Query | 17030 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 17030235.322 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448109642 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 21606 | | 4903534 | besdb_user | 172.24.150.136:32905 | bes_core | Query | 17023 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 17023592.278 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110078 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16581 | | 4900251 | besdb_user | 172.24.150.136:1816 | bes_core | Query | 17022 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 17022762.250 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110104 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16683 | | 4903538 | besdb_user | 172.24.150.136:22899 | bes_core | Query | 17021 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 17021081.059 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110152 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 21750 | | 4903473 | besdb_user | 172.24.150.131:56349 | bes_core | Query | 17018 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 17018267.277 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110523 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 21749 | | 4896788 | besdb_user | 172.24.150.133:54220 | bes_core | Query | 17018 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 17018215.285 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110539 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 21620 | | 4903253 | besdb_user | 172.24.150.133:26423 | bes_core | Query | 16969 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 16969991.020 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132092 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 22086 | | 4903682 | besdb_user | 172.24.150.133:40949 | bes_core | Query | 16963 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 16963479.619 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132209 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 3494 | | 4903488 | besdb_user | 172.24.150.135:43269 | bes_core | Query | 16962 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 16962722.969 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132219 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 21812 | | 4903483 | besdb_user | 172.24.150.131:1733 | bes_core | Query | 16961 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 16961652.936 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132230 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 119221 | | 4903693 | besdb_user | 172.24.150.131:44070 | bes_core | Query | 16958 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16958107.806 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132439 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7236 | | 4903691 | besdb_user | 172.24.150.131:56990 | bes_core | Query | 16958 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 16958130.528 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132435 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 62626 | | 4898908 | besdb_user | 172.24.150.131:6689 | bes_core | Query | 16909 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 16909902.744 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448142635 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 20592 | | 4903687 | besdb_user | 172.24.150.133:49692 | bes_core | Query | 16778 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16778432.234 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448179492 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 24391 | | 4900055 | besdb_user | 172.24.150.136:57680 | bes_core | Query | 16763 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16763592.114 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448188093 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 20551 | | 4932094 | besdb_user | 172.24.150.132:42964 | bes_core | Killed | 721 | Update | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 721050.413 | 0 | 0 | 0.000 | 82024 | 82024 | 0 | 1453748629 | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 27699 | | 4931904 | besdb_user | 172.24.150.134:6442 | bes_core | Killed | 721 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 721044.106 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748635 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27712 | | 4931766 | besdb_user | 172.24.150.133:58259 | bes_core | Killed | 721 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 721265.398 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748547 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 92638 | | 4931667 | besdb_user | 172.24.150.136:42237 | bes_core | Query | 721 | Updating | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 721120.542 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748603 | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 40613 | | 4930178 | besdb_user | 172.24.150.131:45088 | bes_core | Killed | 721 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 721296.346 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748540 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27714 | | 4930991 | besdb_user | 172.24.150.134:4906 | bes_core | Killed | 721 | Update | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 721297.901 | 0 | 0 | 0.000 | 82704 | 2232512 | 0 | 1453748538 | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 24989 | | 4861402 | besdb_user | 172.24.150.132:52106 | bes_core | Killed | 721 | Update | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 721297.020 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748539 | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 47096 | | 4930257 | besdb_user | 172.24.150.131:48337 | bes_core | Killed | 720 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 720892.436 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748743 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 47076 | | 4930179 | besdb_user | 172.24.150.131:28926 | bes_core | Killed | 720 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 720791.325 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748762 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 27716 | | 4928226 | besdb_user | 172.24.150.135:4899 | bes_core | Killed | 720 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 720866.969 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748753 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 110645 | | 4924495 | besdb_user | 172.24.150.133:25751 | bes_core | Killed | 720 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 720873.817 | 0 | 0 | 0.000 | 82024 | 2232512 | 0 | 1453748750 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 27738 | | 4867730 | besdb_user | 172.24.150.136:36760 | bes_core | Killed | 720 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 720717.930 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748775 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 40573 | | 4864868 | besdb_user | 172.24.150.133:36390 | bes_core | Killed | 720 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 720830.925 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748758 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 39767 | | 4863600 | besdb_user | 172.24.150.136:35840 | bes_core | Killed | 720 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 720719.588 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748774 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 16142 | | 4861560 | besdb_user | 172.24.150.131:8633 | bes_core | Killed | 720 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 720946.122 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748695 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 28763 | | 4581219 | besdb_user | 172.24.150.135:48131 | bes_core | Killed | 720 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 720915.248 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748723 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 43427 | | 4931047 | besdb_user | 172.24.150.131:43893 | bes_core | Query | 719 | Updating | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 719496.791 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748912 | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 46103 | | 4862109 | besdb_user | 172.24.150.133:52877 | bes_core | Killed | 719 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 719823.177 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748877 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 24991 | | 4582364 | besdb_user | 172.24.150.131:13386 | bes_core | Killed | 719 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 719945.333 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748868 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 31568 | | 4931800 | besdb_user | 172.24.150.132:7318 | bes_core | Killed | 718 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 718113.234 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749082 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 24990 | | 4931563 | besdb_user | 172.24.150.132:11720 | bes_core | Killed | 718 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 718106.804 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749091 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 14308 | | 4931529 | besdb_user | 172.24.150.131:58721 | bes_core | Killed | 718 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 718011.747 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749172 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 24998 | | 4931482 | besdb_user | 172.24.150.134:42384 | bes_core | Killed | 718 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 718039.512 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749163 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 36962 | | 4931469 | besdb_user | 172.24.150.134:30828 | bes_core | Killed | 718 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 718039.613 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749162 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 27736 | | 4931475 | besdb_user | 172.24.150.134:60912 | bes_core | Killed | 718 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 718043.579 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749158 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 25759 | | 4931470 | besdb_user | 172.24.150.132:62618 | bes_core | Killed | 718 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 718113.021 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749084 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 42427 | | 4931464 | besdb_user | 172.24.150.134:59611 | bes_core | Killed | 718 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 718039.468 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749164 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 7375 | | 4931460 | besdb_user | 172.24.150.132:63918 | bes_core | Killed | 718 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 718113.063 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749083 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 13435 | | 4874920 | besdb_user | 172.24.150.133:24952 | bes_core | Killed | 718 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 718687.023 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453748991 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 105958 | | 4865467 | besdb_user | 172.24.150.132:51204 | bes_core | Killed | 718 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 718314.192 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453749035 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 94129 | | 4863677 | besdb_user | 172.24.150.135:2889 | bes_core | Killed | 718 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 718917.912 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748963 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 42459 | | 4932297 | besdb_user | 172.24.150.131:40199 | bes_core | Killed | 717 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 717048.775 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749514 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 13434 | | 4932269 | besdb_user | 172.24.150.132:8838 | bes_core | Killed | 717 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 717834.875 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749247 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 24993 | | 4932165 | besdb_user | 172.24.150.132:37683 | bes_core | Killed | 717 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 717675.989 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749360 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 123429 | | 4932166 | besdb_user | 172.24.150.131:14502 | bes_core | Killed | 717 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 717434.544 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749442 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 39770 | | 4932163 | besdb_user | 172.24.150.135:39844 | bes_core | Killed | 717 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 717373.442 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749451 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 47410 | | 4932161 | besdb_user | 172.24.150.135:16376 | bes_core | Killed | 717 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 717760.264 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749288 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 26840 | | 4932160 | besdb_user | 172.24.150.131:51765 | bes_core | Killed | 717 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 717999.659 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749175 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 10854 | | 4931572 | besdb_user | 172.24.150.132:4990 | bes_core | Query | 717 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 717834.861 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749248 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 126207 | | 4931569 | besdb_user | 172.24.150.135:61878 | bes_core | Killed | 717 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 717536.545 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749388 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 27770 | | 4931574 | besdb_user | 172.24.150.132:16144 | bes_core | Killed | 717 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 717845.013 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749244 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 27777 | | 4931533 | besdb_user | 172.24.150.131:49362 | bes_core | Killed | 717 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 717468.456 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749400 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 82558 | | 4931551 | besdb_user | 172.24.150.135:38272 | bes_core | Killed | 717 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 717754.471 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749322 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 47106 | | 4931550 | besdb_user | 172.24.150.135:2162 | bes_core | Killed | 717 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 717754.569 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749321 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 27754 | | 4931517 | besdb_user | 172.24.150.136:22293 | bes_core | Killed | 717 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 717316.341 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749479 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 10377 | | 4931515 | besdb_user | 172.24.150.136:37517 | bes_core | Killed | 717 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 717326.103 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749472 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 122435 | | 4931528 | besdb_user | 172.24.150.131:12026 | bes_core | Killed | 717 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 717999.644 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749176 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 39779 | | 4931518 | besdb_user | 172.24.150.135:60461 | bes_core | Killed | 717 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 717608.591 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749381 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 42428 | | 4931512 | besdb_user | 172.24.150.135:22489 | bes_core | Killed | 717 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 717602.247 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749387 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 15312 | | 4931447 | besdb_user | 172.24.150.131:12683 | bes_core | Killed | 717 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 717434.796 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749440 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 23160 | | 4931494 | besdb_user | 172.24.150.135:47259 | bes_core | Killed | 717 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 717756.085 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749315 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 10432 | | 4931481 | besdb_user | 172.24.150.131:37629 | bes_core | Killed | 717 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 717072.114 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749503 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 13439 | | 4931480 | besdb_user | 172.24.150.134:3300 | bes_core | Killed | 717 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 717036.600 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749530 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 42425 | | 4931465 | besdb_user | 172.24.150.134:40874 | bes_core | Killed | 717 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 717027.069 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749532 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 47869 | | 4931441 | besdb_user | 172.24.150.135:36808 | bes_core | Killed | 717 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 717756.853 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749312 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 14311 | | 4931419 | besdb_user | 172.24.150.131:27850 | bes_core | Killed | 717 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 717433.473 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749443 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 78455 | | 4931445 | besdb_user | 172.24.150.132:51526 | bes_core | Killed | 717 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 717684.117 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749359 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 10490 | | 4931436 | besdb_user | 172.24.150.135:1931 | bes_core | Killed | 717 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 717753.989 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749323 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 27767 | | 4931434 | besdb_user | 172.24.150.132:23115 | bes_core | Killed | 717 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 717690.253 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749345 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 41601 | | 4931430 | besdb_user | 172.24.150.135:50866 | bes_core | Killed | 717 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 717751.240 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749325 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 27762 | | 4931424 | besdb_user | 172.24.150.131:48927 | bes_core | Killed | 717 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 717434.677 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749441 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 27756 | | 4931427 | besdb_user | 172.24.150.132:10746 | bes_core | Killed | 717 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 717452.180 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749410 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 40590 | | 4931418 | besdb_user | 172.24.150.135:36684 | bes_core | Killed | 717 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 717614.108 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749367 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 31422 | | 4932026 | besdb_user | 172.24.150.133:58090 | bes_core | Killed | 716 | Updating | Update bes_core.tb_otp Set i_retry_count = i_retry_count + 1 WHERE bi_otp_id = 989059 | 716444.444 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453749741 | Update bes_core.tb_otp Set i_retry_count = i_retry_count + 1 WHERE bi_otp_id = 989059 | 47105 | | 4932162 | besdb_user | 172.24.150.135:42574 | bes_core | Killed | 716 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 716748.818 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749671 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 126210 | | 4932167 | besdb_user | 172.24.150.132:30079 | bes_core | Killed | 716 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 716965.297 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749572 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 108798 | | 4931638 | besdb_user | 172.24.150.136:10345 | bes_core | Killed | 716 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 716915.780 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749606 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 47876 | | 4931584 | besdb_user | 172.24.150.132:38239 | bes_core | Killed | 716 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 716897.787 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749628 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 47812 | | 4931568 | besdb_user | 172.24.150.135:50070 | bes_core | Killed | 716 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 716955.494 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749583 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 46962 | | 4931564 | besdb_user | 172.24.150.132:2616 | bes_core | Killed | 716 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 716946.927 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749594 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 109658 | | 4931511 | besdb_user | 172.24.150.136:12347 | bes_core | Killed | 716 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153539_286_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153539_286_03',0,98.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'F719519407B9A9BB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.303000')) | 716150.525 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749774 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153539_286_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153539_286_03',0,98.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'F719519407B9A9BB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.303000')) | 27697 | | 4931479 | besdb_user | 172.24.150.135:28158 | bes_core | Killed | 716 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 716962.170 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749574 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 108823 | | 4931450 | besdb_user | 172.24.150.136:51840 | bes_core | Killed | 716 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 716913.536 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749608 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 108790 | | 4931461 | besdb_user | 172.24.150.132:28363 | bes_core | Killed | 716 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 716947.779 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749593 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 10410 | | 4931449 | besdb_user | 172.24.150.136:62163 | bes_core | Killed | 716 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153539_996_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:39.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153539_996_05',0,97.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'EAB7835682BA7183',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.307000')) | 716152.436 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749772 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153539_996_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:39.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153539_996_05',0,97.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'EAB7835682BA7183',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.307000')) | 27778 | | 4931444 | besdb_user | 172.24.150.132:1852 | bes_core | Killed | 716 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 716690.560 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749700 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 109675 | | 4931443 | besdb_user | 172.24.150.132:2269 | bes_core | Killed | 716 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 716689.518 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749701 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 10485 | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ [OK] 2023-02-20 15:51:02 cleanup files older than 4 days [OK] 2023-02-20 15:52:02 get sessions summary select user, SUBSTR(host, 1, INSTR(host, ':') - 1) host, db, command, count(*) from information_schema.PROCESSLIST group by 1,2,3,4 order by count(*) desc, 1,2,3,4 +-------------+-------------------------------------------------+--------------------+---------+----------+ | user | host | db | command | count(*) | +-------------+-------------------------------------------------+--------------------+---------+----------+ | besdb_user | 172.24.150.136 | bes_core | Killed | 971 | | besdb_user | 172.24.150.134 | bes_core | Killed | 923 | | besdb_user | 172.24.150.132 | bes_core | Killed | 666 | | besdb_user | 172.24.150.131 | bes_core | Killed | 600 | | besdb_user | 172.24.150.135 | bes_core | Killed | 556 | | besdb_user | 172.24.150.133 | bes_core | Killed | 203 | | system user | | NULL | Sleep | 65 | | besdb_user | 172.24.150.136 | bes_core | Query | 53 | | besdb_user | 172.24.150.134 | bes_core | Query | 45 | | besdb_user | 172.24.150.135 | bes_core | Query | 44 | | besdb_user | 172.24.150.132 | bes_core | Query | 42 | | besdb_user | 172.24.150.131 | bes_core | Query | 41 | | besdb_user | 172.24.150.132 | bes_core | Sleep | 36 | | besdb_user | 172.24.150.136 | bes_core | Sleep | 34 | | besdb_user | 172.24.150.135 | bes_core | Sleep | 30 | | besdb_user | 172.24.150.133 | bes_core | Sleep | 26 | | besdb_user | 172.24.150.134 | bes_core | Sleep | 24 | | besdb_user | 172.24.150.133 | bes_core | Query | 20 | | besdb_user | 172.24.150.131 | bes_core | Sleep | 11 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Execute | 9 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Execute | 8 | | gcis_pmm | t1vdbs-gcissc-pmm01.dbaas.gcisdctr.hksarg | NULL | Sleep | 3 | | root | | NULL | Query | 3 | | besdb_owner | 172.24.150.130 | bes_core | Sleep | 1 | | besdb_owner | 172.24.150.131 | bes_core | Sleep | 1 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Sleep | 1 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Sleep | 1 | +-------------+-------------------------------------------------+--------------------+---------+----------+ [OK] 2023-02-20 15:52:02 get non-sleep session details (limit 100) select * from information_schema.PROCESSLIST where lower(command) <> 'sleep' and user not in ('root') order by time desc limit 100 +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | ID | USER | HOST | DB | COMMAND | TIME | STATE | INFO | TIME_MS | STAGE | MAX_STAGE | PROGRESS | MEMORY_USED | MAX_MEMORY_USED | EXAMINED_ROWS | QUERY_ID | INFO_BINARY | TID | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | 4902928 | besdb_user | 172.24.150.131:4947 | bes_core | Query | 17275 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17275008.307 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448048927 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16687 | | 4903072 | besdb_user | 172.24.150.133:62214 | bes_core | Query | 17216 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17216769.491 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448070117 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7190 | | 4901701 | besdb_user | 172.24.150.131:51895 | bes_core | Query | 17150 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 17150515.936 | 0 | 0 | 0.000 | 312936 | 312936 | 0 | 1448093473 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 125966 | | 4902932 | besdb_user | 172.24.150.131:52111 | bes_core | Query | 17143 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 17143882.053 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094386 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 6406 | | 4903028 | besdb_user | 172.24.150.131:50523 | bes_core | Query | 17142 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17142966.095 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094403 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16592 | | 4903350 | besdb_user | 172.24.150.131:28717 | bes_core | Query | 17141 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 17141457.423 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094425 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 18608 | | 4903348 | besdb_user | 172.24.150.131:16301 | bes_core | Query | 17141 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 17141880.761 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094418 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 125975 | | 4900170 | besdb_user | 172.24.150.135:4414 | bes_core | Query | 17141 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 17141324.020 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448094429 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 18606 | | 4899653 | besdb_user | 172.24.150.132:37160 | bes_core | Query | 17090 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 17090263.356 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448109642 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 21606 | | 4903534 | besdb_user | 172.24.150.136:32905 | bes_core | Query | 17083 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 17083620.312 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110078 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16581 | | 4900251 | besdb_user | 172.24.150.136:1816 | bes_core | Query | 17082 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 17082790.284 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110104 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16683 | | 4903538 | besdb_user | 172.24.150.136:22899 | bes_core | Query | 17081 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 17081109.093 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110152 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 21750 | | 4903473 | besdb_user | 172.24.150.131:56349 | bes_core | Query | 17078 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 17078295.311 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110523 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 21749 | | 4896788 | besdb_user | 172.24.150.133:54220 | bes_core | Query | 17078 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 17078243.319 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110539 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 21620 | | 4903253 | besdb_user | 172.24.150.133:26423 | bes_core | Query | 17030 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 17030019.054 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132092 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 22086 | | 4903682 | besdb_user | 172.24.150.133:40949 | bes_core | Query | 17023 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 17023507.653 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132209 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 3494 | | 4903488 | besdb_user | 172.24.150.135:43269 | bes_core | Query | 17022 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 17022751.003 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132219 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 21812 | | 4903483 | besdb_user | 172.24.150.131:1733 | bes_core | Query | 17021 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 17021680.970 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132230 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 119221 | | 4903693 | besdb_user | 172.24.150.131:44070 | bes_core | Query | 17018 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17018135.840 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132439 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7236 | | 4903691 | besdb_user | 172.24.150.131:56990 | bes_core | Query | 17018 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 17018158.562 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132435 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 62626 | | 4898908 | besdb_user | 172.24.150.131:6689 | bes_core | Query | 16969 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 16969930.778 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448142635 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 20592 | | 4903687 | besdb_user | 172.24.150.133:49692 | bes_core | Query | 16838 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16838460.268 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448179492 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 24391 | | 4900055 | besdb_user | 172.24.150.136:57680 | bes_core | Query | 16823 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16823620.148 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448188093 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 20551 | | 4932094 | besdb_user | 172.24.150.132:42964 | bes_core | Killed | 781 | Update | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 781078.447 | 0 | 0 | 0.000 | 82024 | 82024 | 0 | 1453748629 | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 27699 | | 4931904 | besdb_user | 172.24.150.134:6442 | bes_core | Killed | 781 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 781072.140 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748635 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27712 | | 4931766 | besdb_user | 172.24.150.133:58259 | bes_core | Killed | 781 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 781293.432 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748547 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 92638 | | 4931667 | besdb_user | 172.24.150.136:42237 | bes_core | Query | 781 | Updating | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 781148.576 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748603 | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 40613 | | 4930178 | besdb_user | 172.24.150.131:45088 | bes_core | Killed | 781 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 781324.380 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748540 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27714 | | 4930991 | besdb_user | 172.24.150.134:4906 | bes_core | Killed | 781 | Update | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 781325.935 | 0 | 0 | 0.000 | 82704 | 2232512 | 0 | 1453748538 | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 24989 | | 4861402 | besdb_user | 172.24.150.132:52106 | bes_core | Killed | 781 | Update | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 781325.054 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748539 | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 47096 | | 4930257 | besdb_user | 172.24.150.131:48337 | bes_core | Killed | 780 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 780920.470 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748743 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 47076 | | 4930179 | besdb_user | 172.24.150.131:28926 | bes_core | Killed | 780 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 780819.359 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748762 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 27716 | | 4928226 | besdb_user | 172.24.150.135:4899 | bes_core | Killed | 780 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 780895.003 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748753 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 110645 | | 4924495 | besdb_user | 172.24.150.133:25751 | bes_core | Killed | 780 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 780901.851 | 0 | 0 | 0.000 | 82024 | 2232512 | 0 | 1453748750 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 27738 | | 4867730 | besdb_user | 172.24.150.136:36760 | bes_core | Killed | 780 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 780745.964 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748775 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 40573 | | 4864868 | besdb_user | 172.24.150.133:36390 | bes_core | Killed | 780 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 780858.959 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748758 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 39767 | | 4863600 | besdb_user | 172.24.150.136:35840 | bes_core | Killed | 780 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 780747.622 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748774 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 16142 | | 4861560 | besdb_user | 172.24.150.131:8633 | bes_core | Killed | 780 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 780974.156 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748695 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 28763 | | 4581219 | besdb_user | 172.24.150.135:48131 | bes_core | Killed | 780 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 780943.282 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748723 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 43427 | | 4931047 | besdb_user | 172.24.150.131:43893 | bes_core | Query | 779 | Updating | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 779524.825 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748912 | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 46103 | | 4862109 | besdb_user | 172.24.150.133:52877 | bes_core | Killed | 779 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 779851.211 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748877 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 24991 | | 4582364 | besdb_user | 172.24.150.131:13386 | bes_core | Killed | 779 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 779973.367 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748868 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 31568 | | 4932160 | besdb_user | 172.24.150.131:51765 | bes_core | Killed | 778 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 778027.693 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749175 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 10854 | | 4931800 | besdb_user | 172.24.150.132:7318 | bes_core | Killed | 778 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 778141.268 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749082 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 24990 | | 4931563 | besdb_user | 172.24.150.132:11720 | bes_core | Killed | 778 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 778134.838 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749091 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 14308 | | 4931529 | besdb_user | 172.24.150.131:58721 | bes_core | Killed | 778 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 778039.781 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749172 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 24998 | | 4931528 | besdb_user | 172.24.150.131:12026 | bes_core | Killed | 778 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 778027.678 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749176 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 39779 | | 4931482 | besdb_user | 172.24.150.134:42384 | bes_core | Killed | 778 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 778067.546 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749163 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 36962 | | 4931469 | besdb_user | 172.24.150.134:30828 | bes_core | Killed | 778 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 778067.647 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749162 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 27736 | | 4931475 | besdb_user | 172.24.150.134:60912 | bes_core | Killed | 778 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 778071.613 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749158 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 25759 | | 4931470 | besdb_user | 172.24.150.132:62618 | bes_core | Killed | 778 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 778141.055 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749084 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 42427 | | 4931464 | besdb_user | 172.24.150.134:59611 | bes_core | Killed | 778 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 778067.502 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749164 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 7375 | | 4931460 | besdb_user | 172.24.150.132:63918 | bes_core | Killed | 778 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 778141.097 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749083 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 13435 | | 4874920 | besdb_user | 172.24.150.133:24952 | bes_core | Killed | 778 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 778715.057 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453748991 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 105958 | | 4865467 | besdb_user | 172.24.150.132:51204 | bes_core | Killed | 778 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 778342.226 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453749035 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 94129 | | 4863677 | besdb_user | 172.24.150.135:2889 | bes_core | Killed | 778 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 778945.946 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748963 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 42459 | | 4932297 | besdb_user | 172.24.150.131:40199 | bes_core | Killed | 777 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 777076.809 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749514 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 13434 | | 4932269 | besdb_user | 172.24.150.132:8838 | bes_core | Killed | 777 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 777862.909 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749247 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 24993 | | 4932165 | besdb_user | 172.24.150.132:37683 | bes_core | Killed | 777 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 777704.023 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749360 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 123429 | | 4932166 | besdb_user | 172.24.150.131:14502 | bes_core | Killed | 777 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 777462.578 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749442 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 39770 | | 4932163 | besdb_user | 172.24.150.135:39844 | bes_core | Killed | 777 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 777401.476 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749451 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 47410 | | 4932161 | besdb_user | 172.24.150.135:16376 | bes_core | Killed | 777 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 777788.298 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749288 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 26840 | | 4931572 | besdb_user | 172.24.150.132:4990 | bes_core | Query | 777 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 777862.895 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749248 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 126207 | | 4931569 | besdb_user | 172.24.150.135:61878 | bes_core | Killed | 777 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 777564.579 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749388 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 27770 | | 4931574 | besdb_user | 172.24.150.132:16144 | bes_core | Killed | 777 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 777873.047 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749244 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 27777 | | 4931533 | besdb_user | 172.24.150.131:49362 | bes_core | Killed | 777 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 777496.490 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749400 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 82558 | | 4931551 | besdb_user | 172.24.150.135:38272 | bes_core | Killed | 777 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 777782.505 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749322 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 47106 | | 4931550 | besdb_user | 172.24.150.135:2162 | bes_core | Killed | 777 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 777782.603 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749321 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 27754 | | 4931517 | besdb_user | 172.24.150.136:22293 | bes_core | Killed | 777 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 777344.375 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749479 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 10377 | | 4931515 | besdb_user | 172.24.150.136:37517 | bes_core | Killed | 777 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 777354.137 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749472 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 122435 | | 4931518 | besdb_user | 172.24.150.135:60461 | bes_core | Killed | 777 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 777636.625 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749381 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 42428 | | 4931512 | besdb_user | 172.24.150.135:22489 | bes_core | Killed | 777 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 777630.281 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749387 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 15312 | | 4931447 | besdb_user | 172.24.150.131:12683 | bes_core | Killed | 777 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 777462.830 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749440 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 23160 | | 4931494 | besdb_user | 172.24.150.135:47259 | bes_core | Killed | 777 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 777784.119 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749315 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 10432 | | 4931481 | besdb_user | 172.24.150.131:37629 | bes_core | Killed | 777 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 777100.148 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749503 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 13439 | | 4931480 | besdb_user | 172.24.150.134:3300 | bes_core | Killed | 777 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 777064.634 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749530 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 42425 | | 4931465 | besdb_user | 172.24.150.134:40874 | bes_core | Killed | 777 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 777055.103 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749532 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 47869 | | 4931441 | besdb_user | 172.24.150.135:36808 | bes_core | Killed | 777 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 777784.887 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749312 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 14311 | | 4931419 | besdb_user | 172.24.150.131:27850 | bes_core | Killed | 777 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 777461.507 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749443 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 78455 | | 4931445 | besdb_user | 172.24.150.132:51526 | bes_core | Killed | 777 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 777712.151 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749359 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 10490 | | 4931436 | besdb_user | 172.24.150.135:1931 | bes_core | Killed | 777 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 777782.023 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749323 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 27767 | | 4931434 | besdb_user | 172.24.150.132:23115 | bes_core | Killed | 777 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 777718.287 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749345 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 41601 | | 4931430 | besdb_user | 172.24.150.135:50866 | bes_core | Killed | 777 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 777779.274 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749325 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 27762 | | 4931424 | besdb_user | 172.24.150.131:48927 | bes_core | Killed | 777 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 777462.711 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749441 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 27756 | | 4931427 | besdb_user | 172.24.150.132:10746 | bes_core | Killed | 777 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 777480.214 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749410 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 40590 | | 4931418 | besdb_user | 172.24.150.135:36684 | bes_core | Killed | 777 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 777642.142 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749367 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 31422 | | 4932026 | besdb_user | 172.24.150.133:58090 | bes_core | Killed | 776 | Updating | Update bes_core.tb_otp Set i_retry_count = i_retry_count + 1 WHERE bi_otp_id = 989059 | 776472.478 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453749741 | Update bes_core.tb_otp Set i_retry_count = i_retry_count + 1 WHERE bi_otp_id = 989059 | 47105 | | 4932162 | besdb_user | 172.24.150.135:42574 | bes_core | Killed | 776 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 776776.852 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749671 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 126210 | | 4932167 | besdb_user | 172.24.150.132:30079 | bes_core | Killed | 776 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 776993.331 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749572 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 108798 | | 4931638 | besdb_user | 172.24.150.136:10345 | bes_core | Killed | 776 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 776943.814 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749606 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 47876 | | 4931584 | besdb_user | 172.24.150.132:38239 | bes_core | Killed | 776 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 776925.821 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749628 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 47812 | | 4931568 | besdb_user | 172.24.150.135:50070 | bes_core | Killed | 776 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 776983.528 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749583 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 46962 | | 4931564 | besdb_user | 172.24.150.132:2616 | bes_core | Killed | 776 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 776974.961 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749594 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 109658 | | 4931511 | besdb_user | 172.24.150.136:12347 | bes_core | Killed | 776 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153539_286_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153539_286_03',0,98.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'F719519407B9A9BB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.303000')) | 776178.559 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749774 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153539_286_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153539_286_03',0,98.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'F719519407B9A9BB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.303000')) | 27697 | | 4931479 | besdb_user | 172.24.150.135:28158 | bes_core | Killed | 776 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 776990.204 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749574 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 108823 | | 4931450 | besdb_user | 172.24.150.136:51840 | bes_core | Killed | 776 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 776941.570 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749608 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 108790 | | 4931461 | besdb_user | 172.24.150.132:28363 | bes_core | Killed | 776 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 776975.813 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749593 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 10410 | | 4931449 | besdb_user | 172.24.150.136:62163 | bes_core | Killed | 776 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153539_996_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:39.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153539_996_05',0,97.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'EAB7835682BA7183',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.307000')) | 776180.470 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749772 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153539_996_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:39.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153539_996_05',0,97.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'EAB7835682BA7183',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.307000')) | 27778 | | 4931444 | besdb_user | 172.24.150.132:1852 | bes_core | Killed | 776 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 776718.594 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749700 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 109675 | | 4931443 | besdb_user | 172.24.150.132:2269 | bes_core | Killed | 776 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 776717.552 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749701 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 10485 | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ [OK] 2023-02-20 15:52:02 cleanup files older than 4 days [OK] 2023-02-20 15:53:01 get sessions summary select user, SUBSTR(host, 1, INSTR(host, ':') - 1) host, db, command, count(*) from information_schema.PROCESSLIST group by 1,2,3,4 order by count(*) desc, 1,2,3,4 +----------------------+-------------------------------------------------+--------------------+---------+----------+ | user | host | db | command | count(*) | +----------------------+-------------------------------------------------+--------------------+---------+----------+ | besdb_user | 172.24.150.136 | bes_core | Killed | 1032 | | besdb_user | 172.24.150.134 | bes_core | Killed | 1000 | | besdb_user | 172.24.150.132 | bes_core | Killed | 723 | | besdb_user | 172.24.150.131 | bes_core | Killed | 651 | | besdb_user | 172.24.150.135 | bes_core | Killed | 600 | | besdb_user | 172.24.150.133 | bes_core | Killed | 217 | | system user | | NULL | Sleep | 65 | | besdb_user | 172.24.150.136 | bes_core | Query | 53 | | besdb_user | 172.24.150.135 | bes_core | Query | 46 | | besdb_user | 172.24.150.131 | bes_core | Query | 43 | | besdb_user | 172.24.150.132 | bes_core | Query | 43 | | besdb_user | 172.24.150.134 | bes_core | Query | 43 | | besdb_user | 172.24.150.132 | bes_core | Sleep | 34 | | besdb_user | 172.24.150.136 | bes_core | Sleep | 32 | | besdb_user | 172.24.150.135 | bes_core | Sleep | 27 | | besdb_user | 172.24.150.133 | bes_core | Sleep | 25 | | besdb_user | 172.24.150.134 | bes_core | Sleep | 25 | | besdb_user | 172.24.150.133 | bes_core | Query | 20 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Execute | 9 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Execute | 8 | | besdb_user | 172.24.150.131 | bes_core | Sleep | 7 | | gcis_pmm | t1vdbs-gcissc-pmm01.dbaas.gcisdctr.hksarg | NULL | Sleep | 3 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | unauthenticated user | 172.24.150.136 | NULL | Connect | 2 | | besdb_owner | 172.24.150.130 | bes_core | Sleep | 1 | | besdb_owner | 172.24.150.131 | bes_core | Sleep | 1 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Sleep | 1 | | root | | NULL | Query | 1 | +----------------------+-------------------------------------------------+--------------------+---------+----------+ [OK] 2023-02-20 15:53:02 get non-sleep session details (limit 100) select * from information_schema.PROCESSLIST where lower(command) <> 'sleep' and user not in ('root') order by time desc limit 100 +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | ID | USER | HOST | DB | COMMAND | TIME | STATE | INFO | TIME_MS | STAGE | MAX_STAGE | PROGRESS | MEMORY_USED | MAX_MEMORY_USED | EXAMINED_ROWS | QUERY_ID | INFO_BINARY | TID | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | 4902928 | besdb_user | 172.24.150.131:4947 | bes_core | Query | 17334 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17334642.615 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448048927 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16687 | | 4903072 | besdb_user | 172.24.150.133:62214 | bes_core | Query | 17276 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17276403.799 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448070117 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7190 | | 4901701 | besdb_user | 172.24.150.131:51895 | bes_core | Query | 17210 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 17210150.244 | 0 | 0 | 0.000 | 312936 | 312936 | 0 | 1448093473 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 125966 | | 4902932 | besdb_user | 172.24.150.131:52111 | bes_core | Query | 17203 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 17203516.361 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094386 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 6406 | | 4903028 | besdb_user | 172.24.150.131:50523 | bes_core | Query | 17202 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17202600.403 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094403 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16592 | | 4903350 | besdb_user | 172.24.150.131:28717 | bes_core | Query | 17201 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 17201091.731 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094425 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 18608 | | 4903348 | besdb_user | 172.24.150.131:16301 | bes_core | Query | 17201 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 17201515.069 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094418 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 125975 | | 4900170 | besdb_user | 172.24.150.135:4414 | bes_core | Query | 17200 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 17200958.328 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448094429 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 18606 | | 4899653 | besdb_user | 172.24.150.132:37160 | bes_core | Query | 17149 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 17149897.664 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448109642 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 21606 | | 4903534 | besdb_user | 172.24.150.136:32905 | bes_core | Query | 17143 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 17143254.620 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110078 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16581 | | 4900251 | besdb_user | 172.24.150.136:1816 | bes_core | Query | 17142 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 17142424.592 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110104 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16683 | | 4903538 | besdb_user | 172.24.150.136:22899 | bes_core | Query | 17140 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 17140743.401 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110152 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 21750 | | 4903473 | besdb_user | 172.24.150.131:56349 | bes_core | Query | 17137 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 17137929.619 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110523 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 21749 | | 4896788 | besdb_user | 172.24.150.133:54220 | bes_core | Query | 17137 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 17137877.627 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110539 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 21620 | | 4903253 | besdb_user | 172.24.150.133:26423 | bes_core | Query | 17089 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 17089653.362 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132092 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 22086 | | 4903682 | besdb_user | 172.24.150.133:40949 | bes_core | Query | 17083 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 17083141.961 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132209 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 3494 | | 4903488 | besdb_user | 172.24.150.135:43269 | bes_core | Query | 17082 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 17082385.311 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132219 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 21812 | | 4903483 | besdb_user | 172.24.150.131:1733 | bes_core | Query | 17081 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 17081315.278 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132230 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 119221 | | 4903693 | besdb_user | 172.24.150.131:44070 | bes_core | Query | 17077 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17077770.148 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132439 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7236 | | 4903691 | besdb_user | 172.24.150.131:56990 | bes_core | Query | 17077 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 17077792.870 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132435 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 62626 | | 4898908 | besdb_user | 172.24.150.131:6689 | bes_core | Query | 17029 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 17029565.086 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448142635 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 20592 | | 4903687 | besdb_user | 172.24.150.133:49692 | bes_core | Query | 16898 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16898094.576 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448179492 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 24391 | | 4900055 | besdb_user | 172.24.150.136:57680 | bes_core | Query | 16883 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16883254.456 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448188093 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 20551 | | 4932094 | besdb_user | 172.24.150.132:42964 | bes_core | Killed | 840 | Update | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 840712.755 | 0 | 0 | 0.000 | 82024 | 82024 | 0 | 1453748629 | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 27699 | | 4931904 | besdb_user | 172.24.150.134:6442 | bes_core | Killed | 840 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 840706.448 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748635 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27712 | | 4931766 | besdb_user | 172.24.150.133:58259 | bes_core | Killed | 840 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 840927.740 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748547 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 92638 | | 4931667 | besdb_user | 172.24.150.136:42237 | bes_core | Query | 840 | Updating | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 840782.884 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748603 | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 40613 | | 4930257 | besdb_user | 172.24.150.131:48337 | bes_core | Killed | 840 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 840554.778 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748743 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 47076 | | 4930178 | besdb_user | 172.24.150.131:45088 | bes_core | Killed | 840 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 840958.688 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748540 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27714 | | 4930179 | besdb_user | 172.24.150.131:28926 | bes_core | Killed | 840 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 840453.667 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748762 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 27716 | | 4928226 | besdb_user | 172.24.150.135:4899 | bes_core | Killed | 840 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 840529.311 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748753 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 110645 | | 4924495 | besdb_user | 172.24.150.133:25751 | bes_core | Killed | 840 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 840536.159 | 0 | 0 | 0.000 | 82024 | 2232512 | 0 | 1453748750 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 27738 | | 4930991 | besdb_user | 172.24.150.134:4906 | bes_core | Killed | 840 | Update | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 840960.243 | 0 | 0 | 0.000 | 82704 | 2232512 | 0 | 1453748538 | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 24989 | | 4867730 | besdb_user | 172.24.150.136:36760 | bes_core | Killed | 840 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 840380.272 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748775 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 40573 | | 4864868 | besdb_user | 172.24.150.133:36390 | bes_core | Killed | 840 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 840493.267 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748758 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 39767 | | 4863600 | besdb_user | 172.24.150.136:35840 | bes_core | Killed | 840 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 840381.930 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748774 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 16142 | | 4861560 | besdb_user | 172.24.150.131:8633 | bes_core | Killed | 840 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 840608.464 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748695 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 28763 | | 4861402 | besdb_user | 172.24.150.132:52106 | bes_core | Killed | 840 | Update | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 840959.362 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748539 | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 47096 | | 4581219 | besdb_user | 172.24.150.135:48131 | bes_core | Killed | 840 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 840577.590 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748723 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 43427 | | 4931047 | besdb_user | 172.24.150.131:43893 | bes_core | Query | 839 | Updating | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 839159.133 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748912 | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 46103 | | 4862109 | besdb_user | 172.24.150.133:52877 | bes_core | Killed | 839 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 839485.519 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748877 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 24991 | | 4582364 | besdb_user | 172.24.150.131:13386 | bes_core | Killed | 839 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 839607.675 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748868 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 31568 | | 4874920 | besdb_user | 172.24.150.133:24952 | bes_core | Killed | 838 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 838349.365 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453748991 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 105958 | | 4863677 | besdb_user | 172.24.150.135:2889 | bes_core | Killed | 838 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 838580.254 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748963 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 42459 | | 4932269 | besdb_user | 172.24.150.132:8838 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 837497.217 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749247 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 24993 | | 4932165 | besdb_user | 172.24.150.132:37683 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 837338.331 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749360 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 123429 | | 4932166 | besdb_user | 172.24.150.131:14502 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 837096.886 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749442 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 39770 | | 4932163 | besdb_user | 172.24.150.135:39844 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 837035.784 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749451 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 47410 | | 4932161 | besdb_user | 172.24.150.135:16376 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 837422.606 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749288 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 26840 | | 4932160 | besdb_user | 172.24.150.131:51765 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 837662.001 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749175 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 10854 | | 4931800 | besdb_user | 172.24.150.132:7318 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 837775.576 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749082 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 24990 | | 4931572 | besdb_user | 172.24.150.132:4990 | bes_core | Query | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 837497.203 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749248 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 126207 | | 4931569 | besdb_user | 172.24.150.135:61878 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 837198.887 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749388 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 27770 | | 4931574 | besdb_user | 172.24.150.132:16144 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 837507.355 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749244 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 27777 | | 4931563 | besdb_user | 172.24.150.132:11720 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 837769.146 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749091 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 14308 | | 4931533 | besdb_user | 172.24.150.131:49362 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 837130.798 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749400 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 82558 | | 4931551 | besdb_user | 172.24.150.135:38272 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 837416.813 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749322 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 47106 | | 4931550 | besdb_user | 172.24.150.135:2162 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 837416.911 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749321 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 27754 | | 4931529 | besdb_user | 172.24.150.131:58721 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 837674.089 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749172 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 24998 | | 4931528 | besdb_user | 172.24.150.131:12026 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 837661.986 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749176 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 39779 | | 4931518 | besdb_user | 172.24.150.135:60461 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 837270.933 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749381 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 42428 | | 4931512 | besdb_user | 172.24.150.135:22489 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 837264.589 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749387 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 15312 | | 4931447 | besdb_user | 172.24.150.131:12683 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 837097.138 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749440 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 23160 | | 4931494 | besdb_user | 172.24.150.135:47259 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 837418.427 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749315 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 10432 | | 4931482 | besdb_user | 172.24.150.134:42384 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 837701.854 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749163 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 36962 | | 4931469 | besdb_user | 172.24.150.134:30828 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 837701.955 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749162 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 27736 | | 4931475 | besdb_user | 172.24.150.134:60912 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 837705.921 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749158 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 25759 | | 4931470 | besdb_user | 172.24.150.132:62618 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 837775.363 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749084 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 42427 | | 4931464 | besdb_user | 172.24.150.134:59611 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 837701.810 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749164 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 7375 | | 4931460 | besdb_user | 172.24.150.132:63918 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 837775.405 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749083 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 13435 | | 4931441 | besdb_user | 172.24.150.135:36808 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 837419.195 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749312 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 14311 | | 4931419 | besdb_user | 172.24.150.131:27850 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 837095.815 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749443 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 78455 | | 4931445 | besdb_user | 172.24.150.132:51526 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 837346.459 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749359 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 10490 | | 4931436 | besdb_user | 172.24.150.135:1931 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 837416.331 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749323 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 27767 | | 4931434 | besdb_user | 172.24.150.132:23115 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 837352.595 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749345 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 41601 | | 4931430 | besdb_user | 172.24.150.135:50866 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 837413.582 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749325 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 27762 | | 4931424 | besdb_user | 172.24.150.131:48927 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 837097.019 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749441 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 27756 | | 4931427 | besdb_user | 172.24.150.132:10746 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 837114.522 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749410 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 40590 | | 4931418 | besdb_user | 172.24.150.135:36684 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 837276.450 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749367 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 31422 | | 4865467 | besdb_user | 172.24.150.132:51204 | bes_core | Killed | 837 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 837976.534 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453749035 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 94129 | | 4932026 | besdb_user | 172.24.150.133:58090 | bes_core | Killed | 836 | Updating | Update bes_core.tb_otp Set i_retry_count = i_retry_count + 1 WHERE bi_otp_id = 989059 | 836106.786 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453749741 | Update bes_core.tb_otp Set i_retry_count = i_retry_count + 1 WHERE bi_otp_id = 989059 | 47105 | | 4932297 | besdb_user | 172.24.150.131:40199 | bes_core | Killed | 836 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 836711.117 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749514 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 13434 | | 4932162 | besdb_user | 172.24.150.135:42574 | bes_core | Killed | 836 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 836411.160 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749671 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 126210 | | 4932167 | besdb_user | 172.24.150.132:30079 | bes_core | Killed | 836 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 836627.639 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749572 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 108798 | | 4931638 | besdb_user | 172.24.150.136:10345 | bes_core | Killed | 836 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 836578.122 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749606 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 47876 | | 4931584 | besdb_user | 172.24.150.132:38239 | bes_core | Killed | 836 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 836560.129 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749628 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 47812 | | 4931568 | besdb_user | 172.24.150.135:50070 | bes_core | Killed | 836 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 836617.836 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749583 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 46962 | | 4931564 | besdb_user | 172.24.150.132:2616 | bes_core | Killed | 836 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 836609.269 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749594 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 109658 | | 4931517 | besdb_user | 172.24.150.136:22293 | bes_core | Killed | 836 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 836978.683 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749479 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 10377 | | 4931515 | besdb_user | 172.24.150.136:37517 | bes_core | Killed | 836 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 836988.445 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749472 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 122435 | | 4931479 | besdb_user | 172.24.150.135:28158 | bes_core | Killed | 836 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 836624.512 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749574 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 108823 | | 4931481 | besdb_user | 172.24.150.131:37629 | bes_core | Killed | 836 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 836734.456 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749503 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 13439 | | 4931480 | besdb_user | 172.24.150.134:3300 | bes_core | Killed | 836 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 836698.942 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749530 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 42425 | | 4931450 | besdb_user | 172.24.150.136:51840 | bes_core | Killed | 836 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 836575.878 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749608 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 108790 | | 4931461 | besdb_user | 172.24.150.132:28363 | bes_core | Killed | 836 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 836610.121 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749593 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 10410 | | 4931465 | besdb_user | 172.24.150.134:40874 | bes_core | Killed | 836 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 836689.411 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749532 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 47869 | | 4931444 | besdb_user | 172.24.150.132:1852 | bes_core | Killed | 836 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 836352.902 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749700 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 109675 | | 4931443 | besdb_user | 172.24.150.132:2269 | bes_core | Killed | 836 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 836351.860 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749701 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 10485 | | 4931432 | besdb_user | 172.24.150.131:56755 | bes_core | Killed | 836 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153620_932_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:20.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153620_932_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'48FF71915F02B896',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.394000')) | 836322.246 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749723 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153620_932_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:20.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153620_932_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'48FF71915F02B896',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.394000')) | 27764 | | 4931431 | besdb_user | 172.24.150.135:57090 | bes_core | Killed | 836 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_901_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153526_901_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'9EEA6E9C57869B42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.274000')) | 836416.346 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749667 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_901_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153526_901_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'9EEA6E9C57869B42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.274000')) | 125284 | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ [OK] 2023-02-20 15:53:02 cleanup files older than 4 days [OK] 2023-02-20 15:54:01 get sessions summary select user, SUBSTR(host, 1, INSTR(host, ':') - 1) host, db, command, count(*) from information_schema.PROCESSLIST group by 1,2,3,4 order by count(*) desc, 1,2,3,4 +----------------------+-------------------------------------------------+--------------------+---------+----------+ | user | host | db | command | count(*) | +----------------------+-------------------------------------------------+--------------------+---------+----------+ | besdb_user | 172.24.150.136 | bes_core | Killed | 1104 | | besdb_user | 172.24.150.134 | bes_core | Killed | 1070 | | besdb_user | 172.24.150.132 | bes_core | Killed | 782 | | besdb_user | 172.24.150.131 | bes_core | Killed | 702 | | besdb_user | 172.24.150.135 | bes_core | Killed | 643 | | besdb_user | 172.24.150.133 | bes_core | Killed | 233 | | system user | | NULL | Sleep | 65 | | besdb_user | 172.24.150.136 | bes_core | Query | 57 | | besdb_user | 172.24.150.135 | bes_core | Query | 50 | | besdb_user | 172.24.150.132 | bes_core | Query | 46 | | besdb_user | 172.24.150.131 | bes_core | Query | 44 | | besdb_user | 172.24.150.134 | bes_core | Query | 42 | | besdb_user | 172.24.150.132 | bes_core | Sleep | 38 | | besdb_user | 172.24.150.136 | bes_core | Sleep | 31 | | besdb_user | 172.24.150.134 | bes_core | Sleep | 28 | | besdb_user | 172.24.150.135 | bes_core | Sleep | 26 | | besdb_user | 172.24.150.133 | bes_core | Sleep | 24 | | besdb_user | 172.24.150.133 | bes_core | Query | 23 | | besdb_user | 172.24.150.131 | bes_core | Sleep | 12 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Execute | 9 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Execute | 8 | | gcis_pmm | t1vdbs-gcissc-pmm01.dbaas.gcisdctr.hksarg | NULL | Sleep | 3 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | besdb_owner | 172.24.150.130 | bes_core | Sleep | 1 | | besdb_owner | 172.24.150.131 | bes_core | Sleep | 1 | | gcis_dbmon | | NULL | Sleep | 1 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Sleep | 1 | | root | | NULL | Query | 1 | | unauthenticated user | t1vdbs-gcissc-haproxy02c.dbaas.gcisdctr.hksarg | NULL | Connect | 1 | +----------------------+-------------------------------------------------+--------------------+---------+----------+ [OK] 2023-02-20 15:54:02 get non-sleep session details (limit 100) select * from information_schema.PROCESSLIST where lower(command) <> 'sleep' and user not in ('root') order by time desc limit 100 +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | ID | USER | HOST | DB | COMMAND | TIME | STATE | INFO | TIME_MS | STAGE | MAX_STAGE | PROGRESS | MEMORY_USED | MAX_MEMORY_USED | EXAMINED_ROWS | QUERY_ID | INFO_BINARY | TID | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | 4902928 | besdb_user | 172.24.150.131:4947 | bes_core | Query | 17395 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17395560.547 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448048927 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16687 | | 4903072 | besdb_user | 172.24.150.133:62214 | bes_core | Query | 17337 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17337321.731 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448070117 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7190 | | 4901701 | besdb_user | 172.24.150.131:51895 | bes_core | Query | 17271 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 17271068.176 | 0 | 0 | 0.000 | 312936 | 312936 | 0 | 1448093473 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 125966 | | 4902932 | besdb_user | 172.24.150.131:52111 | bes_core | Query | 17264 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 17264434.293 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094386 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 6406 | | 4903028 | besdb_user | 172.24.150.131:50523 | bes_core | Query | 17263 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17263518.335 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094403 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16592 | | 4903350 | besdb_user | 172.24.150.131:28717 | bes_core | Query | 17262 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 17262009.663 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094425 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 18608 | | 4903348 | besdb_user | 172.24.150.131:16301 | bes_core | Query | 17262 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 17262433.001 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094418 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 125975 | | 4900170 | besdb_user | 172.24.150.135:4414 | bes_core | Query | 17261 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 17261876.260 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448094429 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 18606 | | 4899653 | besdb_user | 172.24.150.132:37160 | bes_core | Query | 17210 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 17210815.596 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448109642 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 21606 | | 4903534 | besdb_user | 172.24.150.136:32905 | bes_core | Query | 17204 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 17204172.552 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110078 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16581 | | 4900251 | besdb_user | 172.24.150.136:1816 | bes_core | Query | 17203 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 17203342.524 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110104 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16683 | | 4903538 | besdb_user | 172.24.150.136:22899 | bes_core | Query | 17201 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 17201661.333 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110152 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 21750 | | 4903473 | besdb_user | 172.24.150.131:56349 | bes_core | Query | 17198 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 17198847.551 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110523 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 21749 | | 4896788 | besdb_user | 172.24.150.133:54220 | bes_core | Query | 17198 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 17198795.559 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110539 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 21620 | | 4903253 | besdb_user | 172.24.150.133:26423 | bes_core | Query | 17150 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 17150571.294 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132092 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 22086 | | 4903682 | besdb_user | 172.24.150.133:40949 | bes_core | Query | 17144 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 17144059.893 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132209 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 3494 | | 4903488 | besdb_user | 172.24.150.135:43269 | bes_core | Query | 17143 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 17143303.243 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132219 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 21812 | | 4903483 | besdb_user | 172.24.150.131:1733 | bes_core | Query | 17142 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 17142233.210 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132230 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 119221 | | 4903693 | besdb_user | 172.24.150.131:44070 | bes_core | Query | 17138 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17138688.080 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132439 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7236 | | 4903691 | besdb_user | 172.24.150.131:56990 | bes_core | Query | 17138 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 17138710.802 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132435 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 62626 | | 4898908 | besdb_user | 172.24.150.131:6689 | bes_core | Query | 17090 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 17090483.018 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448142635 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 20592 | | 4903687 | besdb_user | 172.24.150.133:49692 | bes_core | Query | 16959 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16959012.508 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448179492 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 24391 | | 4900055 | besdb_user | 172.24.150.136:57680 | bes_core | Query | 16944 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16944172.388 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448188093 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 20551 | | 4932094 | besdb_user | 172.24.150.132:42964 | bes_core | Killed | 901 | Update | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 901630.687 | 0 | 0 | 0.000 | 82024 | 82024 | 0 | 1453748629 | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 27699 | | 4931904 | besdb_user | 172.24.150.134:6442 | bes_core | Killed | 901 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 901624.380 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748635 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27712 | | 4931766 | besdb_user | 172.24.150.133:58259 | bes_core | Killed | 901 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 901845.672 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748547 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 92638 | | 4931667 | besdb_user | 172.24.150.136:42237 | bes_core | Query | 901 | Updating | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 901700.816 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748603 | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 40613 | | 4930257 | besdb_user | 172.24.150.131:48337 | bes_core | Killed | 901 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 901472.710 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748743 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 47076 | | 4930178 | besdb_user | 172.24.150.131:45088 | bes_core | Killed | 901 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 901876.620 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748540 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27714 | | 4930179 | besdb_user | 172.24.150.131:28926 | bes_core | Killed | 901 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 901371.599 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748762 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 27716 | | 4928226 | besdb_user | 172.24.150.135:4899 | bes_core | Killed | 901 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 901447.243 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748753 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 110645 | | 4924495 | besdb_user | 172.24.150.133:25751 | bes_core | Killed | 901 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 901454.091 | 0 | 0 | 0.000 | 82024 | 2232512 | 0 | 1453748750 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 27738 | | 4930991 | besdb_user | 172.24.150.134:4906 | bes_core | Killed | 901 | Update | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 901878.175 | 0 | 0 | 0.000 | 82704 | 2232512 | 0 | 1453748538 | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 24989 | | 4867730 | besdb_user | 172.24.150.136:36760 | bes_core | Killed | 901 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 901298.204 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748775 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 40573 | | 4864868 | besdb_user | 172.24.150.133:36390 | bes_core | Killed | 901 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 901411.199 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748758 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 39767 | | 4863600 | besdb_user | 172.24.150.136:35840 | bes_core | Killed | 901 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 901299.862 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748774 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 16142 | | 4861560 | besdb_user | 172.24.150.131:8633 | bes_core | Killed | 901 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 901526.396 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748695 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 28763 | | 4861402 | besdb_user | 172.24.150.132:52106 | bes_core | Killed | 901 | Update | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 901877.294 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748539 | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 47096 | | 4581219 | besdb_user | 172.24.150.135:48131 | bes_core | Killed | 901 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 901495.522 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748723 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 43427 | | 4931047 | besdb_user | 172.24.150.131:43893 | bes_core | Query | 900 | Updating | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 900077.065 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748912 | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 46103 | | 4862109 | besdb_user | 172.24.150.133:52877 | bes_core | Killed | 900 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 900403.451 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748877 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 24991 | | 4582364 | besdb_user | 172.24.150.131:13386 | bes_core | Killed | 900 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 900525.607 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748868 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 31568 | | 4874920 | besdb_user | 172.24.150.133:24952 | bes_core | Killed | 899 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 899267.297 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453748991 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 105958 | | 4863677 | besdb_user | 172.24.150.135:2889 | bes_core | Killed | 899 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 899498.186 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748963 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 42459 | | 4932269 | besdb_user | 172.24.150.132:8838 | bes_core | Killed | 898 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 898415.149 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749247 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 24993 | | 4932165 | besdb_user | 172.24.150.132:37683 | bes_core | Killed | 898 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 898256.263 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749360 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 123429 | | 4932166 | besdb_user | 172.24.150.131:14502 | bes_core | Killed | 898 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 898014.818 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749442 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 39770 | | 4932161 | besdb_user | 172.24.150.135:16376 | bes_core | Killed | 898 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 898340.538 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749288 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 26840 | | 4932160 | besdb_user | 172.24.150.131:51765 | bes_core | Killed | 898 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 898579.933 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749175 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 10854 | | 4931800 | besdb_user | 172.24.150.132:7318 | bes_core | Killed | 898 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 898693.508 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749082 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 24990 | | 4931572 | besdb_user | 172.24.150.132:4990 | bes_core | Query | 898 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 898415.135 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749248 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 126207 | | 4931569 | besdb_user | 172.24.150.135:61878 | bes_core | Killed | 898 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 898116.819 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749388 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 27770 | | 4931574 | besdb_user | 172.24.150.132:16144 | bes_core | Killed | 898 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 898425.287 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749244 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 27777 | | 4931563 | besdb_user | 172.24.150.132:11720 | bes_core | Killed | 898 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 898687.078 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749091 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 14308 | | 4931533 | besdb_user | 172.24.150.131:49362 | bes_core | Killed | 898 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 898048.730 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749400 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 82558 | | 4931551 | besdb_user | 172.24.150.135:38272 | bes_core | Killed | 898 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 898334.745 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749322 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 47106 | | 4931550 | besdb_user | 172.24.150.135:2162 | bes_core | Killed | 898 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 898334.843 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749321 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 27754 | | 4931529 | besdb_user | 172.24.150.131:58721 | bes_core | Killed | 898 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 898592.021 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749172 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 24998 | | 4931528 | besdb_user | 172.24.150.131:12026 | bes_core | Killed | 898 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 898579.918 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749176 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 39779 | | 4931518 | besdb_user | 172.24.150.135:60461 | bes_core | Killed | 898 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 898188.865 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749381 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 42428 | | 4931512 | besdb_user | 172.24.150.135:22489 | bes_core | Killed | 898 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 898182.521 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749387 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 15312 | | 4931447 | besdb_user | 172.24.150.131:12683 | bes_core | Killed | 898 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 898015.070 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749440 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 23160 | | 4931494 | besdb_user | 172.24.150.135:47259 | bes_core | Killed | 898 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 898336.359 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749315 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 10432 | | 4931482 | besdb_user | 172.24.150.134:42384 | bes_core | Killed | 898 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 898619.786 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749163 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 36962 | | 4931469 | besdb_user | 172.24.150.134:30828 | bes_core | Killed | 898 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 898619.887 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749162 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 27736 | | 4931475 | besdb_user | 172.24.150.134:60912 | bes_core | Killed | 898 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 898623.853 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749158 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 25759 | | 4931470 | besdb_user | 172.24.150.132:62618 | bes_core | Killed | 898 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 898693.295 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749084 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 42427 | | 4931464 | besdb_user | 172.24.150.134:59611 | bes_core | Killed | 898 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 898619.742 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749164 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 7375 | | 4931460 | besdb_user | 172.24.150.132:63918 | bes_core | Killed | 898 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 898693.337 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749083 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 13435 | | 4931441 | besdb_user | 172.24.150.135:36808 | bes_core | Killed | 898 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 898337.127 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749312 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 14311 | | 4931419 | besdb_user | 172.24.150.131:27850 | bes_core | Killed | 898 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 898013.747 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749443 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 78455 | | 4931445 | besdb_user | 172.24.150.132:51526 | bes_core | Killed | 898 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 898264.391 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749359 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 10490 | | 4931436 | besdb_user | 172.24.150.135:1931 | bes_core | Killed | 898 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 898334.263 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749323 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 27767 | | 4931434 | besdb_user | 172.24.150.132:23115 | bes_core | Killed | 898 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 898270.527 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749345 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 41601 | | 4931430 | besdb_user | 172.24.150.135:50866 | bes_core | Killed | 898 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 898331.514 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749325 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 27762 | | 4931424 | besdb_user | 172.24.150.131:48927 | bes_core | Killed | 898 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 898014.951 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749441 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 27756 | | 4931427 | besdb_user | 172.24.150.132:10746 | bes_core | Killed | 898 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 898032.454 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749410 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 40590 | | 4931418 | besdb_user | 172.24.150.135:36684 | bes_core | Killed | 898 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 898194.382 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749367 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 31422 | | 4865467 | besdb_user | 172.24.150.132:51204 | bes_core | Killed | 898 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 898894.466 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453749035 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 94129 | | 4932026 | besdb_user | 172.24.150.133:58090 | bes_core | Killed | 897 | Updating | Update bes_core.tb_otp Set i_retry_count = i_retry_count + 1 WHERE bi_otp_id = 989059 | 897024.718 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453749741 | Update bes_core.tb_otp Set i_retry_count = i_retry_count + 1 WHERE bi_otp_id = 989059 | 47105 | | 4932297 | besdb_user | 172.24.150.131:40199 | bes_core | Killed | 897 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 897629.049 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749514 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 13434 | | 4932162 | besdb_user | 172.24.150.135:42574 | bes_core | Killed | 897 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 897329.092 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749671 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 126210 | | 4932167 | besdb_user | 172.24.150.132:30079 | bes_core | Killed | 897 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 897545.571 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749572 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 108798 | | 4932163 | besdb_user | 172.24.150.135:39844 | bes_core | Killed | 897 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 897953.716 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749451 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 47410 | | 4931638 | besdb_user | 172.24.150.136:10345 | bes_core | Killed | 897 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 897496.054 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749606 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 47876 | | 4931584 | besdb_user | 172.24.150.132:38239 | bes_core | Killed | 897 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 897478.061 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749628 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 47812 | | 4931568 | besdb_user | 172.24.150.135:50070 | bes_core | Killed | 897 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 897535.768 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749583 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 46962 | | 4931564 | besdb_user | 172.24.150.132:2616 | bes_core | Killed | 897 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 897527.201 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749594 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 109658 | | 4931517 | besdb_user | 172.24.150.136:22293 | bes_core | Killed | 897 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 897896.615 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749479 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 10377 | | 4931515 | besdb_user | 172.24.150.136:37517 | bes_core | Killed | 897 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 897906.377 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749472 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 122435 | | 4931479 | besdb_user | 172.24.150.135:28158 | bes_core | Killed | 897 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 897542.444 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749574 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 108823 | | 4931481 | besdb_user | 172.24.150.131:37629 | bes_core | Killed | 897 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 897652.388 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749503 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 13439 | | 4931480 | besdb_user | 172.24.150.134:3300 | bes_core | Killed | 897 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 897616.874 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749530 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 42425 | | 4931450 | besdb_user | 172.24.150.136:51840 | bes_core | Killed | 897 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 897493.810 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749608 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 108790 | | 4931461 | besdb_user | 172.24.150.132:28363 | bes_core | Killed | 897 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 897528.053 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749593 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 10410 | | 4931465 | besdb_user | 172.24.150.134:40874 | bes_core | Killed | 897 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 897607.343 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749532 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 47869 | | 4931444 | besdb_user | 172.24.150.132:1852 | bes_core | Killed | 897 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 897270.834 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749700 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 109675 | | 4931443 | besdb_user | 172.24.150.132:2269 | bes_core | Killed | 897 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 897269.792 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749701 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 10485 | | 4931432 | besdb_user | 172.24.150.131:56755 | bes_core | Killed | 897 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153620_932_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:20.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153620_932_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'48FF71915F02B896',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.394000')) | 897240.178 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749723 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153620_932_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:20.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153620_932_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'48FF71915F02B896',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.394000')) | 27764 | | 4931431 | besdb_user | 172.24.150.135:57090 | bes_core | Killed | 897 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_901_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153526_901_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'9EEA6E9C57869B42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.274000')) | 897334.278 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749667 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_901_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153526_901_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'9EEA6E9C57869B42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.274000')) | 125284 | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ [OK] 2023-02-20 15:54:03 cleanup files older than 4 days [OK] 2023-02-20 15:55:01 get sessions summary select user, SUBSTR(host, 1, INSTR(host, ':') - 1) host, db, command, count(*) from information_schema.PROCESSLIST group by 1,2,3,4 order by count(*) desc, 1,2,3,4 +-------------+-------------------------------------------------+--------------------+---------+----------+ | user | host | db | command | count(*) | +-------------+-------------------------------------------------+--------------------+---------+----------+ | besdb_user | 172.24.150.136 | bes_core | Killed | 1168 | | besdb_user | 172.24.150.134 | bes_core | Killed | 1133 | | besdb_user | 172.24.150.132 | bes_core | Killed | 835 | | besdb_user | 172.24.150.131 | bes_core | Killed | 746 | | besdb_user | 172.24.150.135 | bes_core | Killed | 675 | | besdb_user | 172.24.150.133 | bes_core | Killed | 250 | | besdb_user | 172.24.150.136 | bes_core | Query | 68 | | system user | | NULL | Sleep | 65 | | besdb_user | 172.24.150.135 | bes_core | Query | 61 | | besdb_user | 172.24.150.132 | bes_core | Query | 54 | | besdb_user | 172.24.150.131 | bes_core | Query | 50 | | besdb_user | 172.24.150.134 | bes_core | Query | 44 | | besdb_user | 172.24.150.132 | bes_core | Sleep | 33 | | besdb_user | 172.24.150.134 | bes_core | Sleep | 30 | | besdb_user | 172.24.150.136 | bes_core | Sleep | 29 | | besdb_user | 172.24.150.135 | bes_core | Sleep | 26 | | besdb_user | 172.24.150.133 | bes_core | Query | 23 | | besdb_user | 172.24.150.133 | bes_core | Sleep | 17 | | besdb_user | 172.24.150.131 | bes_core | Sleep | 9 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Execute | 9 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Execute | 8 | | gcis_pmm | t1vdbs-gcissc-pmm01.dbaas.gcisdctr.hksarg | NULL | Sleep | 3 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | besdb_owner | 172.24.150.130 | bes_core | Sleep | 1 | | besdb_owner | 172.24.150.131 | bes_core | Sleep | 1 | | gcis_dbmon | | NULL | Sleep | 1 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Sleep | 1 | | root | | NULL | Query | 1 | +-------------+-------------------------------------------------+--------------------+---------+----------+ [OK] 2023-02-20 15:55:01 get non-sleep session details (limit 100) select * from information_schema.PROCESSLIST where lower(command) <> 'sleep' and user not in ('root') order by time desc limit 100 +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | ID | USER | HOST | DB | COMMAND | TIME | STATE | INFO | TIME_MS | STAGE | MAX_STAGE | PROGRESS | MEMORY_USED | MAX_MEMORY_USED | EXAMINED_ROWS | QUERY_ID | INFO_BINARY | TID | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | 4902928 | besdb_user | 172.24.150.131:4947 | bes_core | Query | 17454 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17454341.789 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448048927 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16687 | | 4903072 | besdb_user | 172.24.150.133:62214 | bes_core | Query | 17396 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17396102.973 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448070117 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7190 | | 4901701 | besdb_user | 172.24.150.131:51895 | bes_core | Query | 17329 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 17329849.418 | 0 | 0 | 0.000 | 312936 | 312936 | 0 | 1448093473 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 125966 | | 4902932 | besdb_user | 172.24.150.131:52111 | bes_core | Query | 17323 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 17323215.535 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094386 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 6406 | | 4903028 | besdb_user | 172.24.150.131:50523 | bes_core | Query | 17322 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17322299.577 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094403 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16592 | | 4903348 | besdb_user | 172.24.150.131:16301 | bes_core | Query | 17321 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 17321214.243 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094418 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 125975 | | 4903350 | besdb_user | 172.24.150.131:28717 | bes_core | Query | 17320 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 17320790.905 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094425 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 18608 | | 4900170 | besdb_user | 172.24.150.135:4414 | bes_core | Query | 17320 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 17320657.502 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448094429 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 18606 | | 4899653 | besdb_user | 172.24.150.132:37160 | bes_core | Query | 17269 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 17269596.838 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448109642 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 21606 | | 4903534 | besdb_user | 172.24.150.136:32905 | bes_core | Query | 17262 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 17262953.794 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110078 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16581 | | 4900251 | besdb_user | 172.24.150.136:1816 | bes_core | Query | 17262 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 17262123.766 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110104 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16683 | | 4903538 | besdb_user | 172.24.150.136:22899 | bes_core | Query | 17260 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 17260442.575 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110152 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 21750 | | 4903473 | besdb_user | 172.24.150.131:56349 | bes_core | Query | 17257 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 17257628.793 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110523 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 21749 | | 4896788 | besdb_user | 172.24.150.133:54220 | bes_core | Query | 17257 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 17257576.801 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110539 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 21620 | | 4903253 | besdb_user | 172.24.150.133:26423 | bes_core | Query | 17209 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 17209352.536 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132092 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 22086 | | 4903682 | besdb_user | 172.24.150.133:40949 | bes_core | Query | 17202 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 17202841.135 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132209 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 3494 | | 4903488 | besdb_user | 172.24.150.135:43269 | bes_core | Query | 17202 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 17202084.485 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132219 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 21812 | | 4903483 | besdb_user | 172.24.150.131:1733 | bes_core | Query | 17201 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 17201014.452 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132230 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 119221 | | 4903693 | besdb_user | 172.24.150.131:44070 | bes_core | Query | 17197 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17197469.322 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132439 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7236 | | 4903691 | besdb_user | 172.24.150.131:56990 | bes_core | Query | 17197 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 17197492.044 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132435 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 62626 | | 4898908 | besdb_user | 172.24.150.131:6689 | bes_core | Query | 17149 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 17149264.260 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448142635 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 20592 | | 4903687 | besdb_user | 172.24.150.133:49692 | bes_core | Query | 17017 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17017793.750 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448179492 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 24391 | | 4900055 | besdb_user | 172.24.150.136:57680 | bes_core | Query | 17002 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17002953.630 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448188093 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 20551 | | 4932094 | besdb_user | 172.24.150.132:42964 | bes_core | Killed | 960 | Update | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 960411.929 | 0 | 0 | 0.000 | 82024 | 82024 | 0 | 1453748629 | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 27699 | | 4931904 | besdb_user | 172.24.150.134:6442 | bes_core | Killed | 960 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 960405.622 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748635 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27712 | | 4931766 | besdb_user | 172.24.150.133:58259 | bes_core | Killed | 960 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 960626.914 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748547 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 92638 | | 4931667 | besdb_user | 172.24.150.136:42237 | bes_core | Query | 960 | Updating | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 960482.058 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748603 | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 40613 | | 4930257 | besdb_user | 172.24.150.131:48337 | bes_core | Killed | 960 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 960253.952 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748743 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 47076 | | 4930178 | besdb_user | 172.24.150.131:45088 | bes_core | Killed | 960 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 960657.862 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748540 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27714 | | 4930179 | besdb_user | 172.24.150.131:28926 | bes_core | Killed | 960 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 960152.841 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748762 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 27716 | | 4928226 | besdb_user | 172.24.150.135:4899 | bes_core | Killed | 960 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 960228.485 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748753 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 110645 | | 4924495 | besdb_user | 172.24.150.133:25751 | bes_core | Killed | 960 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 960235.333 | 0 | 0 | 0.000 | 82024 | 2232512 | 0 | 1453748750 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 27738 | | 4930991 | besdb_user | 172.24.150.134:4906 | bes_core | Killed | 960 | Update | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 960659.417 | 0 | 0 | 0.000 | 82704 | 2232512 | 0 | 1453748538 | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 24989 | | 4867730 | besdb_user | 172.24.150.136:36760 | bes_core | Killed | 960 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 960079.446 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748775 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 40573 | | 4864868 | besdb_user | 172.24.150.133:36390 | bes_core | Killed | 960 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 960192.441 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748758 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 39767 | | 4863600 | besdb_user | 172.24.150.136:35840 | bes_core | Killed | 960 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 960081.104 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748774 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 16142 | | 4861560 | besdb_user | 172.24.150.131:8633 | bes_core | Killed | 960 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 960307.638 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748695 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 28763 | | 4861402 | besdb_user | 172.24.150.132:52106 | bes_core | Killed | 960 | Update | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 960658.536 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748539 | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 47096 | | 4581219 | besdb_user | 172.24.150.135:48131 | bes_core | Killed | 960 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 960276.764 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748723 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 43427 | | 4862109 | besdb_user | 172.24.150.133:52877 | bes_core | Killed | 959 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 959184.693 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748877 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 24991 | | 4582364 | besdb_user | 172.24.150.131:13386 | bes_core | Killed | 959 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 959306.849 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748868 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 31568 | | 4931047 | besdb_user | 172.24.150.131:43893 | bes_core | Query | 958 | Updating | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 958858.307 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748912 | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 46103 | | 4874920 | besdb_user | 172.24.150.133:24952 | bes_core | Killed | 958 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 958048.539 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453748991 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 105958 | | 4863677 | besdb_user | 172.24.150.135:2889 | bes_core | Killed | 958 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 958279.428 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748963 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 42459 | | 4932269 | besdb_user | 172.24.150.132:8838 | bes_core | Killed | 957 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 957196.391 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749247 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 24993 | | 4932165 | besdb_user | 172.24.150.132:37683 | bes_core | Killed | 957 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 957037.505 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749360 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 123429 | | 4932161 | besdb_user | 172.24.150.135:16376 | bes_core | Killed | 957 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 957121.780 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749288 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 26840 | | 4932160 | besdb_user | 172.24.150.131:51765 | bes_core | Killed | 957 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 957361.175 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749175 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 10854 | | 4931800 | besdb_user | 172.24.150.132:7318 | bes_core | Killed | 957 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 957474.750 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749082 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 24990 | | 4931572 | besdb_user | 172.24.150.132:4990 | bes_core | Query | 957 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 957196.377 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749248 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 126207 | | 4931574 | besdb_user | 172.24.150.132:16144 | bes_core | Killed | 957 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 957206.529 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749244 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 27777 | | 4931563 | besdb_user | 172.24.150.132:11720 | bes_core | Killed | 957 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 957468.320 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749091 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 14308 | | 4931551 | besdb_user | 172.24.150.135:38272 | bes_core | Killed | 957 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 957115.987 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749322 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 47106 | | 4931550 | besdb_user | 172.24.150.135:2162 | bes_core | Killed | 957 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 957116.085 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749321 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 27754 | | 4931529 | besdb_user | 172.24.150.131:58721 | bes_core | Killed | 957 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 957373.263 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749172 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 24998 | | 4931528 | besdb_user | 172.24.150.131:12026 | bes_core | Killed | 957 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 957361.160 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749176 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 39779 | | 4931494 | besdb_user | 172.24.150.135:47259 | bes_core | Killed | 957 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 957117.601 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749315 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 10432 | | 4931482 | besdb_user | 172.24.150.134:42384 | bes_core | Killed | 957 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 957401.028 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749163 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 36962 | | 4931469 | besdb_user | 172.24.150.134:30828 | bes_core | Killed | 957 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 957401.129 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749162 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 27736 | | 4931475 | besdb_user | 172.24.150.134:60912 | bes_core | Killed | 957 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 957405.095 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749158 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 25759 | | 4931470 | besdb_user | 172.24.150.132:62618 | bes_core | Killed | 957 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 957474.537 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749084 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 42427 | | 4931464 | besdb_user | 172.24.150.134:59611 | bes_core | Killed | 957 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 957400.984 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749164 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 7375 | | 4931460 | besdb_user | 172.24.150.132:63918 | bes_core | Killed | 957 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 957474.579 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749083 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 13435 | | 4931441 | besdb_user | 172.24.150.135:36808 | bes_core | Killed | 957 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 957118.369 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749312 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 14311 | | 4931445 | besdb_user | 172.24.150.132:51526 | bes_core | Killed | 957 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 957045.633 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749359 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 10490 | | 4931436 | besdb_user | 172.24.150.135:1931 | bes_core | Killed | 957 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 957115.505 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749323 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 27767 | | 4931434 | besdb_user | 172.24.150.132:23115 | bes_core | Killed | 957 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 957051.769 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749345 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 41601 | | 4931430 | besdb_user | 172.24.150.135:50866 | bes_core | Killed | 957 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 957112.756 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749325 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 27762 | | 4865467 | besdb_user | 172.24.150.132:51204 | bes_core | Killed | 957 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 957675.708 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453749035 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 94129 | | 4932297 | besdb_user | 172.24.150.131:40199 | bes_core | Killed | 956 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 956410.291 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749514 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 13434 | | 4932162 | besdb_user | 172.24.150.135:42574 | bes_core | Killed | 956 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 956110.334 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749671 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 126210 | | 4932167 | besdb_user | 172.24.150.132:30079 | bes_core | Killed | 956 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 956326.813 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749572 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 108798 | | 4932166 | besdb_user | 172.24.150.131:14502 | bes_core | Killed | 956 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 956796.060 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749442 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 39770 | | 4932163 | besdb_user | 172.24.150.135:39844 | bes_core | Killed | 956 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 956734.958 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749451 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 47410 | | 4931638 | besdb_user | 172.24.150.136:10345 | bes_core | Killed | 956 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 956277.296 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749606 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 47876 | | 4931584 | besdb_user | 172.24.150.132:38239 | bes_core | Killed | 956 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 956259.303 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749628 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 47812 | | 4931568 | besdb_user | 172.24.150.135:50070 | bes_core | Killed | 956 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 956317.010 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749583 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 46962 | | 4931569 | besdb_user | 172.24.150.135:61878 | bes_core | Killed | 956 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 956898.061 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749388 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 27770 | | 4931564 | besdb_user | 172.24.150.132:2616 | bes_core | Killed | 956 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 956308.443 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749594 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 109658 | | 4931533 | besdb_user | 172.24.150.131:49362 | bes_core | Killed | 956 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 956829.972 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749400 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 82558 | | 4931517 | besdb_user | 172.24.150.136:22293 | bes_core | Killed | 956 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 956677.857 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749479 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 10377 | | 4931515 | besdb_user | 172.24.150.136:37517 | bes_core | Killed | 956 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 956687.619 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749472 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 122435 | | 4931518 | besdb_user | 172.24.150.135:60461 | bes_core | Killed | 956 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 956970.107 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749381 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 42428 | | 4931512 | besdb_user | 172.24.150.135:22489 | bes_core | Killed | 956 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 956963.763 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749387 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 15312 | | 4931479 | besdb_user | 172.24.150.135:28158 | bes_core | Killed | 956 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 956323.686 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749574 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 108823 | | 4931447 | besdb_user | 172.24.150.131:12683 | bes_core | Killed | 956 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 956796.312 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749440 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 23160 | | 4931481 | besdb_user | 172.24.150.131:37629 | bes_core | Killed | 956 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 956433.630 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749503 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 13439 | | 4931480 | besdb_user | 172.24.150.134:3300 | bes_core | Killed | 956 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 956398.116 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749530 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 42425 | | 4931450 | besdb_user | 172.24.150.136:51840 | bes_core | Killed | 956 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 956275.052 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749608 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 108790 | | 4931461 | besdb_user | 172.24.150.132:28363 | bes_core | Killed | 956 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 956309.295 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749593 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 10410 | | 4931465 | besdb_user | 172.24.150.134:40874 | bes_core | Killed | 956 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 956388.585 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749532 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 47869 | | 4931444 | besdb_user | 172.24.150.132:1852 | bes_core | Killed | 956 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 956052.076 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749700 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 109675 | | 4931419 | besdb_user | 172.24.150.131:27850 | bes_core | Killed | 956 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 956794.989 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749443 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 78455 | | 4931443 | besdb_user | 172.24.150.132:2269 | bes_core | Killed | 956 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 956051.034 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749701 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 10485 | | 4931432 | besdb_user | 172.24.150.131:56755 | bes_core | Killed | 956 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153620_932_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:20.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153620_932_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'48FF71915F02B896',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.394000')) | 956021.420 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749723 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153620_932_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:20.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153620_932_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'48FF71915F02B896',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.394000')) | 27764 | | 4931431 | besdb_user | 172.24.150.135:57090 | bes_core | Killed | 956 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_901_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153526_901_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'9EEA6E9C57869B42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.274000')) | 956115.520 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749667 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_901_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153526_901_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'9EEA6E9C57869B42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.274000')) | 125284 | | 4931429 | besdb_user | 172.24.150.135:63928 | bes_core | Killed | 956 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153614_334_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153614_334_03',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'2BC028FCA622C1DB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.373000')) | 956110.656 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749670 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153614_334_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153614_334_03',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'2BC028FCA622C1DB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.373000')) | 78514 | | 4931424 | besdb_user | 172.24.150.131:48927 | bes_core | Killed | 956 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 956796.193 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749441 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 27756 | | 4931427 | besdb_user | 172.24.150.132:10746 | bes_core | Killed | 956 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 956813.696 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749410 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 40590 | | 4931425 | besdb_user | 172.24.150.135:23187 | bes_core | Killed | 956 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153608_147_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:08.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153608_147_04',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:56.000000'),'DA8A1E743C4BA6B4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.358000')) | 956081.401 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749679 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153608_147_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:08.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153608_147_04',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:56.000000'),'DA8A1E743C4BA6B4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.358000')) | 40612 | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ [OK] 2023-02-20 15:55:01 cleanup files older than 4 days [OK] 2023-02-20 15:56:01 get sessions summary select user, SUBSTR(host, 1, INSTR(host, ':') - 1) host, db, command, count(*) from information_schema.PROCESSLIST group by 1,2,3,4 order by count(*) desc, 1,2,3,4 +----------------------+-------------------------------------------------+--------------------+---------+----------+ | user | host | db | command | count(*) | +----------------------+-------------------------------------------------+--------------------+---------+----------+ | besdb_user | 172.24.150.136 | bes_core | Killed | 1244 | | besdb_user | 172.24.150.134 | bes_core | Killed | 1202 | | besdb_user | 172.24.150.132 | bes_core | Killed | 893 | | besdb_user | 172.24.150.131 | bes_core | Killed | 796 | | besdb_user | 172.24.150.135 | bes_core | Killed | 721 | | besdb_user | 172.24.150.133 | bes_core | Killed | 266 | | besdb_user | 172.24.150.136 | bes_core | Query | 73 | | system user | | NULL | Sleep | 65 | | besdb_user | 172.24.150.135 | bes_core | Query | 64 | | besdb_user | 172.24.150.131 | bes_core | Query | 58 | | besdb_user | 172.24.150.134 | bes_core | Query | 58 | | besdb_user | 172.24.150.132 | bes_core | Query | 51 | | besdb_user | 172.24.150.132 | bes_core | Sleep | 29 | | besdb_user | 172.24.150.136 | bes_core | Sleep | 28 | | besdb_user | 172.24.150.134 | bes_core | Sleep | 27 | | besdb_user | 172.24.150.133 | bes_core | Query | 23 | | besdb_user | 172.24.150.135 | bes_core | Sleep | 22 | | besdb_user | 172.24.150.133 | bes_core | Sleep | 20 | | besdb_user | 172.24.150.131 | bes_core | Sleep | 12 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Execute | 9 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Execute | 8 | | gcis_pmm | t1vdbs-gcissc-pmm01.dbaas.gcisdctr.hksarg | NULL | Sleep | 3 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Sleep | 2 | | besdb_owner | 172.24.150.130 | bes_core | Sleep | 1 | | besdb_owner | 172.24.150.131 | NULL | Sleep | 1 | | besdb_owner | 172.24.150.131 | bes_core | Sleep | 1 | | gcis_dbmon | | NULL | Sleep | 1 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Sleep | 1 | | root | | NULL | Query | 1 | | unauthenticated user | 172.24.150.131 | NULL | Connect | 1 | +----------------------+-------------------------------------------------+--------------------+---------+----------+ [OK] 2023-02-20 15:56:02 get non-sleep session details (limit 100) select * from information_schema.PROCESSLIST where lower(command) <> 'sleep' and user not in ('root') order by time desc limit 100 +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | ID | USER | HOST | DB | COMMAND | TIME | STATE | INFO | TIME_MS | STAGE | MAX_STAGE | PROGRESS | MEMORY_USED | MAX_MEMORY_USED | EXAMINED_ROWS | QUERY_ID | INFO_BINARY | TID | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | 4902928 | besdb_user | 172.24.150.131:4947 | bes_core | Query | 17514 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17514785.442 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448048927 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16687 | | 4903072 | besdb_user | 172.24.150.133:62214 | bes_core | Query | 17456 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17456546.626 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448070117 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7190 | | 4901701 | besdb_user | 172.24.150.131:51895 | bes_core | Query | 17390 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 17390293.071 | 0 | 0 | 0.000 | 312936 | 312936 | 0 | 1448093473 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 125966 | | 4902932 | besdb_user | 172.24.150.131:52111 | bes_core | Query | 17383 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 17383659.188 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094386 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 6406 | | 4903028 | besdb_user | 172.24.150.131:50523 | bes_core | Query | 17382 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17382743.230 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094403 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16592 | | 4903350 | besdb_user | 172.24.150.131:28717 | bes_core | Query | 17381 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 17381234.558 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094425 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 18608 | | 4903348 | besdb_user | 172.24.150.131:16301 | bes_core | Query | 17381 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 17381657.896 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094418 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 125975 | | 4900170 | besdb_user | 172.24.150.135:4414 | bes_core | Query | 17381 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 17381101.155 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448094429 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 18606 | | 4899653 | besdb_user | 172.24.150.132:37160 | bes_core | Query | 17330 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 17330040.491 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448109642 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 21606 | | 4903534 | besdb_user | 172.24.150.136:32905 | bes_core | Query | 17323 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 17323397.447 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110078 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16581 | | 4900251 | besdb_user | 172.24.150.136:1816 | bes_core | Query | 17322 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 17322567.419 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110104 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16683 | | 4903538 | besdb_user | 172.24.150.136:22899 | bes_core | Query | 17320 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 17320886.228 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110152 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 21750 | | 4903473 | besdb_user | 172.24.150.131:56349 | bes_core | Query | 17318 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 17318072.446 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110523 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 21749 | | 4896788 | besdb_user | 172.24.150.133:54220 | bes_core | Query | 17318 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 17318020.454 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110539 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 21620 | | 4903253 | besdb_user | 172.24.150.133:26423 | bes_core | Query | 17269 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 17269796.189 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132092 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 22086 | | 4903682 | besdb_user | 172.24.150.133:40949 | bes_core | Query | 17263 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 17263284.788 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132209 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 3494 | | 4903488 | besdb_user | 172.24.150.135:43269 | bes_core | Query | 17262 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 17262528.138 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132219 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 21812 | | 4903483 | besdb_user | 172.24.150.131:1733 | bes_core | Query | 17261 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 17261458.105 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132230 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 119221 | | 4903693 | besdb_user | 172.24.150.131:44070 | bes_core | Query | 17257 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17257912.975 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132439 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7236 | | 4903691 | besdb_user | 172.24.150.131:56990 | bes_core | Query | 17257 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 17257935.697 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132435 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 62626 | | 4898908 | besdb_user | 172.24.150.131:6689 | bes_core | Query | 17209 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 17209707.913 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448142635 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 20592 | | 4903687 | besdb_user | 172.24.150.133:49692 | bes_core | Query | 17078 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17078237.403 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448179492 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 24391 | | 4900055 | besdb_user | 172.24.150.136:57680 | bes_core | Query | 17063 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17063397.283 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448188093 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 20551 | | 4931766 | besdb_user | 172.24.150.133:58259 | bes_core | Killed | 1021 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 1021070.567 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748547 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 92638 | | 4930178 | besdb_user | 172.24.150.131:45088 | bes_core | Killed | 1021 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 1021101.515 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748540 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27714 | | 4930991 | besdb_user | 172.24.150.134:4906 | bes_core | Killed | 1021 | Update | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 1021103.070 | 0 | 0 | 0.000 | 82704 | 2232512 | 0 | 1453748538 | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 24989 | | 4861402 | besdb_user | 172.24.150.132:52106 | bes_core | Killed | 1021 | Update | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 1021102.189 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748539 | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 47096 | | 4932094 | besdb_user | 172.24.150.132:42964 | bes_core | Killed | 1020 | Update | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 1020855.582 | 0 | 0 | 0.000 | 82024 | 82024 | 0 | 1453748629 | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 27699 | | 4931904 | besdb_user | 172.24.150.134:6442 | bes_core | Killed | 1020 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 1020849.275 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748635 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27712 | | 4931667 | besdb_user | 172.24.150.136:42237 | bes_core | Query | 1020 | Updating | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 1020925.711 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748603 | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 40613 | | 4930257 | besdb_user | 172.24.150.131:48337 | bes_core | Killed | 1020 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 1020697.605 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748743 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 47076 | | 4930179 | besdb_user | 172.24.150.131:28926 | bes_core | Killed | 1020 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 1020596.494 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748762 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 27716 | | 4928226 | besdb_user | 172.24.150.135:4899 | bes_core | Killed | 1020 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 1020672.138 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748753 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 110645 | | 4924495 | besdb_user | 172.24.150.133:25751 | bes_core | Killed | 1020 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 1020678.986 | 0 | 0 | 0.000 | 82024 | 2232512 | 0 | 1453748750 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 27738 | | 4867730 | besdb_user | 172.24.150.136:36760 | bes_core | Killed | 1020 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 1020523.099 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748775 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 40573 | | 4864868 | besdb_user | 172.24.150.133:36390 | bes_core | Killed | 1020 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 1020636.094 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748758 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 39767 | | 4863600 | besdb_user | 172.24.150.136:35840 | bes_core | Killed | 1020 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 1020524.757 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748774 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 16142 | | 4861560 | besdb_user | 172.24.150.131:8633 | bes_core | Killed | 1020 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 1020751.291 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748695 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 28763 | | 4581219 | besdb_user | 172.24.150.135:48131 | bes_core | Killed | 1020 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 1020720.417 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748723 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 43427 | | 4931047 | besdb_user | 172.24.150.131:43893 | bes_core | Query | 1019 | Updating | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 1019301.960 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748912 | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 46103 | | 4862109 | besdb_user | 172.24.150.133:52877 | bes_core | Killed | 1019 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 1019628.346 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748877 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 24991 | | 4582364 | besdb_user | 172.24.150.131:13386 | bes_core | Killed | 1019 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 1019750.502 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748868 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 31568 | | 4874920 | besdb_user | 172.24.150.133:24952 | bes_core | Killed | 1018 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 1018492.192 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453748991 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 105958 | | 4865467 | besdb_user | 172.24.150.132:51204 | bes_core | Killed | 1018 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 1018119.361 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453749035 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 94129 | | 4863677 | besdb_user | 172.24.150.135:2889 | bes_core | Killed | 1018 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 1018723.081 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748963 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 42459 | | 4932269 | besdb_user | 172.24.150.132:8838 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 1017640.044 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749247 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 24993 | | 4932165 | besdb_user | 172.24.150.132:37683 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 1017481.158 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749360 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 123429 | | 4932166 | besdb_user | 172.24.150.131:14502 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 1017239.713 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749442 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 39770 | | 4932163 | besdb_user | 172.24.150.135:39844 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 1017178.611 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749451 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 47410 | | 4932161 | besdb_user | 172.24.150.135:16376 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 1017565.433 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749288 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 26840 | | 4932160 | besdb_user | 172.24.150.131:51765 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 1017804.828 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749175 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 10854 | | 4931800 | besdb_user | 172.24.150.132:7318 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 1017918.403 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749082 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 24990 | | 4931572 | besdb_user | 172.24.150.132:4990 | bes_core | Query | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 1017640.030 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749248 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 126207 | | 4931569 | besdb_user | 172.24.150.135:61878 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 1017341.714 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749388 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 27770 | | 4931574 | besdb_user | 172.24.150.132:16144 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 1017650.182 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749244 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 27777 | | 4931563 | besdb_user | 172.24.150.132:11720 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 1017911.973 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749091 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 14308 | | 4931533 | besdb_user | 172.24.150.131:49362 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 1017273.625 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749400 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 82558 | | 4931551 | besdb_user | 172.24.150.135:38272 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 1017559.640 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749322 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 47106 | | 4931550 | besdb_user | 172.24.150.135:2162 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 1017559.738 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749321 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 27754 | | 4931517 | besdb_user | 172.24.150.136:22293 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 1017121.510 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749479 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 10377 | | 4931515 | besdb_user | 172.24.150.136:37517 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 1017131.272 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749472 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 122435 | | 4931529 | besdb_user | 172.24.150.131:58721 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 1017816.916 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749172 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 24998 | | 4931528 | besdb_user | 172.24.150.131:12026 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 1017804.813 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749176 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 39779 | | 4931518 | besdb_user | 172.24.150.135:60461 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 1017413.760 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749381 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 42428 | | 4931512 | besdb_user | 172.24.150.135:22489 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 1017407.416 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749387 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 15312 | | 4931447 | besdb_user | 172.24.150.131:12683 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 1017239.965 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749440 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 23160 | | 4931494 | besdb_user | 172.24.150.135:47259 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 1017561.254 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749315 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 10432 | | 4931482 | besdb_user | 172.24.150.134:42384 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 1017844.681 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749163 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 36962 | | 4931469 | besdb_user | 172.24.150.134:30828 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 1017844.782 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749162 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 27736 | | 4931475 | besdb_user | 172.24.150.134:60912 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 1017848.748 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749158 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 25759 | | 4931470 | besdb_user | 172.24.150.132:62618 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 1017918.190 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749084 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 42427 | | 4931464 | besdb_user | 172.24.150.134:59611 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 1017844.637 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749164 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 7375 | | 4931460 | besdb_user | 172.24.150.132:63918 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 1017918.232 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749083 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 13435 | | 4931441 | besdb_user | 172.24.150.135:36808 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 1017562.022 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749312 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 14311 | | 4931419 | besdb_user | 172.24.150.131:27850 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 1017238.642 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749443 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 78455 | | 4931445 | besdb_user | 172.24.150.132:51526 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 1017489.286 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749359 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 10490 | | 4931436 | besdb_user | 172.24.150.135:1931 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 1017559.158 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749323 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 27767 | | 4931434 | besdb_user | 172.24.150.132:23115 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 1017495.422 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749345 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 41601 | | 4931430 | besdb_user | 172.24.150.135:50866 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 1017556.409 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749325 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 27762 | | 4931424 | besdb_user | 172.24.150.131:48927 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 1017239.846 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749441 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 27756 | | 4931427 | besdb_user | 172.24.150.132:10746 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 1017257.349 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749410 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 40590 | | 4931418 | besdb_user | 172.24.150.135:36684 | bes_core | Killed | 1017 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 1017419.277 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749367 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 31422 | | 4932026 | besdb_user | 172.24.150.133:58090 | bes_core | Killed | 1016 | Updating | Update bes_core.tb_otp Set i_retry_count = i_retry_count + 1 WHERE bi_otp_id = 989059 | 1016249.613 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453749741 | Update bes_core.tb_otp Set i_retry_count = i_retry_count + 1 WHERE bi_otp_id = 989059 | 47105 | | 4932297 | besdb_user | 172.24.150.131:40199 | bes_core | Killed | 1016 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 1016853.944 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749514 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 13434 | | 4932162 | besdb_user | 172.24.150.135:42574 | bes_core | Killed | 1016 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 1016553.987 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749671 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 126210 | | 4932167 | besdb_user | 172.24.150.132:30079 | bes_core | Killed | 1016 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 1016770.466 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749572 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 108798 | | 4931638 | besdb_user | 172.24.150.136:10345 | bes_core | Killed | 1016 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 1016720.949 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749606 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 47876 | | 4931584 | besdb_user | 172.24.150.132:38239 | bes_core | Killed | 1016 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 1016702.956 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749628 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 47812 | | 4931568 | besdb_user | 172.24.150.135:50070 | bes_core | Killed | 1016 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 1016760.663 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749583 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 46962 | | 4931564 | besdb_user | 172.24.150.132:2616 | bes_core | Killed | 1016 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 1016752.096 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749594 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 109658 | | 4931479 | besdb_user | 172.24.150.135:28158 | bes_core | Killed | 1016 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 1016767.339 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749574 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 108823 | | 4931481 | besdb_user | 172.24.150.131:37629 | bes_core | Killed | 1016 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 1016877.283 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749503 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 13439 | | 4931480 | besdb_user | 172.24.150.134:3300 | bes_core | Killed | 1016 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 1016841.769 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749530 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 42425 | | 4931450 | besdb_user | 172.24.150.136:51840 | bes_core | Killed | 1016 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 1016718.705 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749608 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 108790 | | 4931461 | besdb_user | 172.24.150.132:28363 | bes_core | Killed | 1016 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 1016752.948 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749593 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 10410 | | 4931465 | besdb_user | 172.24.150.134:40874 | bes_core | Killed | 1016 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 1016832.238 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749532 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 47869 | | 4931444 | besdb_user | 172.24.150.132:1852 | bes_core | Killed | 1016 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 1016495.729 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749700 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 109675 | | 4931443 | besdb_user | 172.24.150.132:2269 | bes_core | Killed | 1016 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 1016494.687 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749701 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 10485 | | 4931432 | besdb_user | 172.24.150.131:56755 | bes_core | Killed | 1016 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153620_932_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:20.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153620_932_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'48FF71915F02B896',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.394000')) | 1016465.073 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749723 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153620_932_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:20.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153620_932_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'48FF71915F02B896',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.394000')) | 27764 | | 4931431 | besdb_user | 172.24.150.135:57090 | bes_core | Killed | 1016 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_901_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153526_901_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'9EEA6E9C57869B42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.274000')) | 1016559.173 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749667 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_901_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153526_901_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'9EEA6E9C57869B42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.274000')) | 125284 | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ [OK] 2023-02-20 15:56:02 cleanup files older than 4 days [OK] 2023-02-20 15:57:02 get sessions summary select user, SUBSTR(host, 1, INSTR(host, ':') - 1) host, db, command, count(*) from information_schema.PROCESSLIST group by 1,2,3,4 order by count(*) desc, 1,2,3,4 +-------------+-------------------------------------------------+--------------------+---------+----------+ | user | host | db | command | count(*) | +-------------+-------------------------------------------------+--------------------+---------+----------+ | besdb_user | 172.24.150.136 | bes_core | Killed | 1309 | | besdb_user | 172.24.150.134 | bes_core | Killed | 1274 | | besdb_user | 172.24.150.132 | bes_core | Killed | 954 | | besdb_user | 172.24.150.131 | bes_core | Killed | 839 | | besdb_user | 172.24.150.135 | bes_core | Killed | 764 | | besdb_user | 172.24.150.133 | bes_core | Killed | 280 | | besdb_user | 172.24.150.136 | bes_core | Query | 85 | | system user | | NULL | Sleep | 65 | | besdb_user | 172.24.150.135 | bes_core | Query | 60 | | besdb_user | 172.24.150.134 | bes_core | Query | 57 | | besdb_user | 172.24.150.131 | bes_core | Query | 55 | | besdb_user | 172.24.150.132 | bes_core | Query | 54 | | besdb_user | 172.24.150.136 | bes_core | Sleep | 42 | | besdb_user | 172.24.150.134 | bes_core | Sleep | 40 | | besdb_user | 172.24.150.132 | bes_core | Sleep | 32 | | besdb_user | 172.24.150.133 | bes_core | Query | 25 | | besdb_user | 172.24.150.133 | bes_core | Sleep | 22 | | besdb_user | 172.24.150.135 | bes_core | Sleep | 22 | | besdb_user | 172.24.150.131 | bes_core | Sleep | 19 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Execute | 9 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Execute | 9 | | gcis_pmm | t1vdbs-gcissc-pmm01.dbaas.gcisdctr.hksarg | NULL | Sleep | 3 | | besdb_owner | 172.24.150.130 | bes_core | Sleep | 1 | | besdb_owner | 172.24.150.131 | NULL | Sleep | 1 | | besdb_owner | 172.24.150.131 | bes_core | Sleep | 1 | | gcis_dbmon | | NULL | Sleep | 1 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Sleep | 1 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Sleep | 1 | | root | | NULL | Query | 1 | +-------------+-------------------------------------------------+--------------------+---------+----------+ [OK] 2023-02-20 15:57:02 get non-sleep session details (limit 100) select * from information_schema.PROCESSLIST where lower(command) <> 'sleep' and user not in ('root') order by time desc limit 100 +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | ID | USER | HOST | DB | COMMAND | TIME | STATE | INFO | TIME_MS | STAGE | MAX_STAGE | PROGRESS | MEMORY_USED | MAX_MEMORY_USED | EXAMINED_ROWS | QUERY_ID | INFO_BINARY | TID | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | 4902928 | besdb_user | 172.24.150.131:4947 | bes_core | Query | 17574 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17574751.469 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448048927 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16687 | | 4903072 | besdb_user | 172.24.150.133:62214 | bes_core | Query | 17516 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17516512.653 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448070117 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7190 | | 4901701 | besdb_user | 172.24.150.131:51895 | bes_core | Query | 17450 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 17450259.098 | 0 | 0 | 0.000 | 312936 | 312936 | 0 | 1448093473 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 125966 | | 4902932 | besdb_user | 172.24.150.131:52111 | bes_core | Query | 17443 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 17443625.215 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094386 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 6406 | | 4903028 | besdb_user | 172.24.150.131:50523 | bes_core | Query | 17442 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17442709.257 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094403 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16592 | | 4903350 | besdb_user | 172.24.150.131:28717 | bes_core | Query | 17441 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 17441200.585 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094425 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 18608 | | 4903348 | besdb_user | 172.24.150.131:16301 | bes_core | Query | 17441 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 17441623.923 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094418 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 125975 | | 4900170 | besdb_user | 172.24.150.135:4414 | bes_core | Query | 17441 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 17441067.182 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448094429 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 18606 | | 4899653 | besdb_user | 172.24.150.132:37160 | bes_core | Query | 17390 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 17390006.518 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448109642 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 21606 | | 4903534 | besdb_user | 172.24.150.136:32905 | bes_core | Query | 17383 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 17383363.474 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110078 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16581 | | 4900251 | besdb_user | 172.24.150.136:1816 | bes_core | Query | 17382 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 17382533.446 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110104 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16683 | | 4903538 | besdb_user | 172.24.150.136:22899 | bes_core | Query | 17380 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 17380852.255 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110152 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 21750 | | 4903473 | besdb_user | 172.24.150.131:56349 | bes_core | Query | 17378 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 17378038.473 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110523 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 21749 | | 4896788 | besdb_user | 172.24.150.133:54220 | bes_core | Query | 17377 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 17377986.481 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110539 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 21620 | | 4903253 | besdb_user | 172.24.150.133:26423 | bes_core | Query | 17329 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 17329762.216 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132092 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 22086 | | 4903682 | besdb_user | 172.24.150.133:40949 | bes_core | Query | 17323 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 17323250.815 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132209 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 3494 | | 4903488 | besdb_user | 172.24.150.135:43269 | bes_core | Query | 17322 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 17322494.165 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132219 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 21812 | | 4903483 | besdb_user | 172.24.150.131:1733 | bes_core | Query | 17321 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 17321424.132 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132230 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 119221 | | 4903693 | besdb_user | 172.24.150.131:44070 | bes_core | Query | 17317 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17317879.002 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132439 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7236 | | 4903691 | besdb_user | 172.24.150.131:56990 | bes_core | Query | 17317 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 17317901.724 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132435 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 62626 | | 4898908 | besdb_user | 172.24.150.131:6689 | bes_core | Query | 17269 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 17269673.940 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448142635 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 20592 | | 4903687 | besdb_user | 172.24.150.133:49692 | bes_core | Query | 17138 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17138203.430 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448179492 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 24391 | | 4900055 | besdb_user | 172.24.150.136:57680 | bes_core | Query | 17123 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17123363.310 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448188093 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 20551 | | 4931766 | besdb_user | 172.24.150.133:58259 | bes_core | Killed | 1081 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 1081036.594 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748547 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 92638 | | 4930178 | besdb_user | 172.24.150.131:45088 | bes_core | Killed | 1081 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 1081067.542 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748540 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27714 | | 4930991 | besdb_user | 172.24.150.134:4906 | bes_core | Killed | 1081 | Update | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 1081069.097 | 0 | 0 | 0.000 | 82704 | 2232512 | 0 | 1453748538 | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 24989 | | 4861402 | besdb_user | 172.24.150.132:52106 | bes_core | Killed | 1081 | Update | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 1081068.216 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748539 | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 47096 | | 4932094 | besdb_user | 172.24.150.132:42964 | bes_core | Killed | 1080 | Update | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 1080821.609 | 0 | 0 | 0.000 | 82024 | 82024 | 0 | 1453748629 | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 27699 | | 4931904 | besdb_user | 172.24.150.134:6442 | bes_core | Killed | 1080 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 1080815.302 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748635 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27712 | | 4931667 | besdb_user | 172.24.150.136:42237 | bes_core | Query | 1080 | Updating | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 1080891.738 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748603 | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 40613 | | 4930257 | besdb_user | 172.24.150.131:48337 | bes_core | Killed | 1080 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 1080663.632 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748743 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 47076 | | 4930179 | besdb_user | 172.24.150.131:28926 | bes_core | Killed | 1080 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 1080562.521 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748762 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 27716 | | 4928226 | besdb_user | 172.24.150.135:4899 | bes_core | Killed | 1080 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 1080638.165 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748753 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 110645 | | 4924495 | besdb_user | 172.24.150.133:25751 | bes_core | Killed | 1080 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 1080645.013 | 0 | 0 | 0.000 | 82024 | 2232512 | 0 | 1453748750 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 27738 | | 4867730 | besdb_user | 172.24.150.136:36760 | bes_core | Killed | 1080 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 1080489.126 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748775 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 40573 | | 4864868 | besdb_user | 172.24.150.133:36390 | bes_core | Killed | 1080 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 1080602.121 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748758 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 39767 | | 4863600 | besdb_user | 172.24.150.136:35840 | bes_core | Killed | 1080 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 1080490.784 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748774 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 16142 | | 4861560 | besdb_user | 172.24.150.131:8633 | bes_core | Killed | 1080 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 1080717.318 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748695 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 28763 | | 4581219 | besdb_user | 172.24.150.135:48131 | bes_core | Killed | 1080 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 1080686.444 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748723 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 43427 | | 4931047 | besdb_user | 172.24.150.131:43893 | bes_core | Query | 1079 | Updating | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 1079267.987 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748912 | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 46103 | | 4862109 | besdb_user | 172.24.150.133:52877 | bes_core | Killed | 1079 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 1079594.373 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748877 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 24991 | | 4582364 | besdb_user | 172.24.150.131:13386 | bes_core | Killed | 1079 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 1079716.529 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748868 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 31568 | | 4874920 | besdb_user | 172.24.150.133:24952 | bes_core | Killed | 1078 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 1078458.219 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453748991 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 105958 | | 4865467 | besdb_user | 172.24.150.132:51204 | bes_core | Killed | 1078 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 1078085.388 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453749035 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 94129 | | 4863677 | besdb_user | 172.24.150.135:2889 | bes_core | Killed | 1078 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 1078689.108 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748963 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 42459 | | 4932269 | besdb_user | 172.24.150.132:8838 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 1077606.071 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749247 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 24993 | | 4932165 | besdb_user | 172.24.150.132:37683 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 1077447.185 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749360 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 123429 | | 4932166 | besdb_user | 172.24.150.131:14502 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 1077205.740 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749442 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 39770 | | 4932163 | besdb_user | 172.24.150.135:39844 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 1077144.638 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749451 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 47410 | | 4932161 | besdb_user | 172.24.150.135:16376 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 1077531.460 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749288 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 26840 | | 4932160 | besdb_user | 172.24.150.131:51765 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 1077770.855 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749175 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 10854 | | 4931800 | besdb_user | 172.24.150.132:7318 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 1077884.430 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749082 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 24990 | | 4931572 | besdb_user | 172.24.150.132:4990 | bes_core | Query | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 1077606.057 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749248 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 126207 | | 4931569 | besdb_user | 172.24.150.135:61878 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 1077307.741 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749388 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 27770 | | 4931574 | besdb_user | 172.24.150.132:16144 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 1077616.209 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749244 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 27777 | | 4931563 | besdb_user | 172.24.150.132:11720 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 1077878.000 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749091 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 14308 | | 4931533 | besdb_user | 172.24.150.131:49362 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 1077239.652 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749400 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 82558 | | 4931551 | besdb_user | 172.24.150.135:38272 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 1077525.667 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749322 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 47106 | | 4931550 | besdb_user | 172.24.150.135:2162 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 1077525.765 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749321 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 27754 | | 4931517 | besdb_user | 172.24.150.136:22293 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 1077087.537 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749479 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 10377 | | 4931515 | besdb_user | 172.24.150.136:37517 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 1077097.299 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749472 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 122435 | | 4931529 | besdb_user | 172.24.150.131:58721 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 1077782.943 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749172 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 24998 | | 4931528 | besdb_user | 172.24.150.131:12026 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 1077770.840 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749176 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 39779 | | 4931518 | besdb_user | 172.24.150.135:60461 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 1077379.787 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749381 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 42428 | | 4931512 | besdb_user | 172.24.150.135:22489 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 1077373.443 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749387 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 15312 | | 4931447 | besdb_user | 172.24.150.131:12683 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 1077205.992 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749440 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 23160 | | 4931494 | besdb_user | 172.24.150.135:47259 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 1077527.281 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749315 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 10432 | | 4931482 | besdb_user | 172.24.150.134:42384 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 1077810.708 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749163 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 36962 | | 4931469 | besdb_user | 172.24.150.134:30828 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 1077810.809 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749162 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 27736 | | 4931475 | besdb_user | 172.24.150.134:60912 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 1077814.775 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749158 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 25759 | | 4931470 | besdb_user | 172.24.150.132:62618 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 1077884.217 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749084 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 42427 | | 4931464 | besdb_user | 172.24.150.134:59611 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 1077810.664 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749164 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 7375 | | 4931460 | besdb_user | 172.24.150.132:63918 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 1077884.259 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749083 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 13435 | | 4931441 | besdb_user | 172.24.150.135:36808 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 1077528.049 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749312 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 14311 | | 4931419 | besdb_user | 172.24.150.131:27850 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 1077204.669 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749443 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 78455 | | 4931445 | besdb_user | 172.24.150.132:51526 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 1077455.313 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749359 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 10490 | | 4931436 | besdb_user | 172.24.150.135:1931 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 1077525.185 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749323 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 27767 | | 4931434 | besdb_user | 172.24.150.132:23115 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 1077461.449 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749345 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 41601 | | 4931430 | besdb_user | 172.24.150.135:50866 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 1077522.436 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749325 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 27762 | | 4931424 | besdb_user | 172.24.150.131:48927 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 1077205.873 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749441 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 27756 | | 4931427 | besdb_user | 172.24.150.132:10746 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 1077223.376 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749410 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 40590 | | 4931418 | besdb_user | 172.24.150.135:36684 | bes_core | Killed | 1077 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 1077385.304 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749367 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 31422 | | 4932026 | besdb_user | 172.24.150.133:58090 | bes_core | Killed | 1076 | Updating | Update bes_core.tb_otp Set i_retry_count = i_retry_count + 1 WHERE bi_otp_id = 989059 | 1076215.640 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453749741 | Update bes_core.tb_otp Set i_retry_count = i_retry_count + 1 WHERE bi_otp_id = 989059 | 47105 | | 4932297 | besdb_user | 172.24.150.131:40199 | bes_core | Killed | 1076 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 1076819.971 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749514 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 13434 | | 4932162 | besdb_user | 172.24.150.135:42574 | bes_core | Killed | 1076 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 1076520.014 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749671 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 126210 | | 4932167 | besdb_user | 172.24.150.132:30079 | bes_core | Killed | 1076 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 1076736.493 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749572 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 108798 | | 4931638 | besdb_user | 172.24.150.136:10345 | bes_core | Killed | 1076 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 1076686.976 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749606 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 47876 | | 4931584 | besdb_user | 172.24.150.132:38239 | bes_core | Killed | 1076 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 1076668.983 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749628 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 47812 | | 4931568 | besdb_user | 172.24.150.135:50070 | bes_core | Killed | 1076 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 1076726.690 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749583 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 46962 | | 4931564 | besdb_user | 172.24.150.132:2616 | bes_core | Killed | 1076 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 1076718.123 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749594 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 109658 | | 4931479 | besdb_user | 172.24.150.135:28158 | bes_core | Killed | 1076 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 1076733.366 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749574 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 108823 | | 4931481 | besdb_user | 172.24.150.131:37629 | bes_core | Killed | 1076 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 1076843.310 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749503 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 13439 | | 4931480 | besdb_user | 172.24.150.134:3300 | bes_core | Killed | 1076 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 1076807.796 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749530 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 42425 | | 4931450 | besdb_user | 172.24.150.136:51840 | bes_core | Killed | 1076 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 1076684.732 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749608 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 108790 | | 4931461 | besdb_user | 172.24.150.132:28363 | bes_core | Killed | 1076 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 1076718.975 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749593 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 10410 | | 4931465 | besdb_user | 172.24.150.134:40874 | bes_core | Killed | 1076 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 1076798.265 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749532 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 47869 | | 4931444 | besdb_user | 172.24.150.132:1852 | bes_core | Killed | 1076 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 1076461.756 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749700 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 109675 | | 4931443 | besdb_user | 172.24.150.132:2269 | bes_core | Killed | 1076 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 1076460.714 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749701 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 10485 | | 4931432 | besdb_user | 172.24.150.131:56755 | bes_core | Killed | 1076 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153620_932_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:20.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153620_932_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'48FF71915F02B896',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.394000')) | 1076431.100 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749723 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153620_932_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:20.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153620_932_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'48FF71915F02B896',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.394000')) | 27764 | | 4931431 | besdb_user | 172.24.150.135:57090 | bes_core | Killed | 1076 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_901_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153526_901_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'9EEA6E9C57869B42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.274000')) | 1076525.200 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749667 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_901_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153526_901_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'9EEA6E9C57869B42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.274000')) | 125284 | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ [OK] 2023-02-20 15:57:02 cleanup files older than 4 days [OK] 2023-02-20 15:58:01 get sessions summary select user, SUBSTR(host, 1, INSTR(host, ':') - 1) host, db, command, count(*) from information_schema.PROCESSLIST group by 1,2,3,4 order by count(*) desc, 1,2,3,4 +----------------------+-------------------------------------------------+--------------------+---------+----------+ | user | host | db | command | count(*) | +----------------------+-------------------------------------------------+--------------------+---------+----------+ | besdb_user | 172.24.150.136 | bes_core | Killed | 1382 | | besdb_user | 172.24.150.134 | bes_core | Killed | 1355 | | besdb_user | 172.24.150.132 | bes_core | Killed | 997 | | besdb_user | 172.24.150.131 | bes_core | Killed | 883 | | besdb_user | 172.24.150.135 | bes_core | Killed | 802 | | besdb_user | 172.24.150.133 | bes_core | Killed | 295 | | besdb_user | 172.24.150.136 | bes_core | Query | 90 | | system user | | NULL | Sleep | 65 | | besdb_user | 172.24.150.135 | bes_core | Query | 59 | | besdb_user | 172.24.150.131 | bes_core | Query | 58 | | besdb_user | 172.24.150.134 | bes_core | Query | 58 | | besdb_user | 172.24.150.132 | bes_core | Query | 56 | | besdb_user | 172.24.150.136 | bes_core | Sleep | 39 | | besdb_user | 172.24.150.134 | bes_core | Sleep | 38 | | besdb_user | 172.24.150.132 | bes_core | Sleep | 36 | | besdb_user | 172.24.150.133 | bes_core | Query | 26 | | besdb_user | 172.24.150.135 | bes_core | Sleep | 25 | | besdb_user | 172.24.150.133 | bes_core | Sleep | 23 | | besdb_user | 172.24.150.131 | bes_core | Sleep | 17 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Execute | 9 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Execute | 9 | | gcis_pmm | t1vdbs-gcissc-pmm01.dbaas.gcisdctr.hksarg | NULL | Sleep | 3 | | unauthenticated user | 172.24.150.135 | NULL | Connect | 3 | | root | | NULL | Query | 2 | | besdb_owner | 172.24.150.130 | bes_core | Sleep | 1 | | besdb_owner | 172.24.150.131 | NULL | Sleep | 1 | | besdb_owner | 172.24.150.131 | bes_core | Sleep | 1 | | besdb_user | 172.24.150.135 | NULL | Connect | 1 | | gcis_dbmon | | NULL | Sleep | 1 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Sleep | 1 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Sleep | 1 | | unauthenticated user | 172.24.150.132 | NULL | Connect | 1 | | unauthenticated user | 172.24.150.133 | NULL | Connect | 1 | +----------------------+-------------------------------------------------+--------------------+---------+----------+ [OK] 2023-02-20 15:58:02 get non-sleep session details (limit 100) select * from information_schema.PROCESSLIST where lower(command) <> 'sleep' and user not in ('root') order by time desc limit 100 +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | ID | USER | HOST | DB | COMMAND | TIME | STATE | INFO | TIME_MS | STAGE | MAX_STAGE | PROGRESS | MEMORY_USED | MAX_MEMORY_USED | EXAMINED_ROWS | QUERY_ID | INFO_BINARY | TID | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | 4902928 | besdb_user | 172.24.150.131:4947 | bes_core | Query | 17635 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17635326.609 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448048927 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16687 | | 4903072 | besdb_user | 172.24.150.133:62214 | bes_core | Query | 17577 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17577087.793 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448070117 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7190 | | 4901701 | besdb_user | 172.24.150.131:51895 | bes_core | Query | 17510 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 17510834.238 | 0 | 0 | 0.000 | 312936 | 312936 | 0 | 1448093473 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 125966 | | 4902932 | besdb_user | 172.24.150.131:52111 | bes_core | Query | 17504 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 17504200.355 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094386 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 6406 | | 4903028 | besdb_user | 172.24.150.131:50523 | bes_core | Query | 17503 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17503284.397 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094403 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16592 | | 4903348 | besdb_user | 172.24.150.131:16301 | bes_core | Query | 17502 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 17502199.063 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094418 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 125975 | | 4903350 | besdb_user | 172.24.150.131:28717 | bes_core | Query | 17501 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 17501775.725 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094425 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 18608 | | 4900170 | besdb_user | 172.24.150.135:4414 | bes_core | Query | 17501 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 17501642.322 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448094429 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 18606 | | 4899653 | besdb_user | 172.24.150.132:37160 | bes_core | Query | 17450 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 17450581.658 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448109642 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 21606 | | 4903534 | besdb_user | 172.24.150.136:32905 | bes_core | Query | 17443 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 17443938.614 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110078 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16581 | | 4900251 | besdb_user | 172.24.150.136:1816 | bes_core | Query | 17443 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 17443108.586 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110104 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16683 | | 4903538 | besdb_user | 172.24.150.136:22899 | bes_core | Query | 17441 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 17441427.395 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110152 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 21750 | | 4903473 | besdb_user | 172.24.150.131:56349 | bes_core | Query | 17438 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 17438613.613 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110523 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 21749 | | 4896788 | besdb_user | 172.24.150.133:54220 | bes_core | Query | 17438 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 17438561.621 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110539 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 21620 | | 4903253 | besdb_user | 172.24.150.133:26423 | bes_core | Query | 17390 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 17390337.356 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132092 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 22086 | | 4903682 | besdb_user | 172.24.150.133:40949 | bes_core | Query | 17383 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 17383825.955 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132209 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 3494 | | 4903488 | besdb_user | 172.24.150.135:43269 | bes_core | Query | 17383 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 17383069.305 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132219 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 21812 | | 4903483 | besdb_user | 172.24.150.131:1733 | bes_core | Query | 17381 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 17381999.272 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132230 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 119221 | | 4903693 | besdb_user | 172.24.150.131:44070 | bes_core | Query | 17378 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17378454.142 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132439 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7236 | | 4903691 | besdb_user | 172.24.150.131:56990 | bes_core | Query | 17378 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 17378476.864 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132435 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 62626 | | 4898908 | besdb_user | 172.24.150.131:6689 | bes_core | Query | 17330 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 17330249.080 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448142635 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 20592 | | 4903687 | besdb_user | 172.24.150.133:49692 | bes_core | Query | 17198 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17198778.570 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448179492 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 24391 | | 4900055 | besdb_user | 172.24.150.136:57680 | bes_core | Query | 17183 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17183938.450 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448188093 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 20551 | | 4932094 | besdb_user | 172.24.150.132:42964 | bes_core | Killed | 1141 | Update | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 1141396.749 | 0 | 0 | 0.000 | 82024 | 82024 | 0 | 1453748629 | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 27699 | | 4931904 | besdb_user | 172.24.150.134:6442 | bes_core | Killed | 1141 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 1141390.442 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748635 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27712 | | 4931766 | besdb_user | 172.24.150.133:58259 | bes_core | Killed | 1141 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 1141611.734 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748547 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 92638 | | 4931667 | besdb_user | 172.24.150.136:42237 | bes_core | Query | 1141 | Updating | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 1141466.878 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748603 | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 40613 | | 4930257 | besdb_user | 172.24.150.131:48337 | bes_core | Killed | 1141 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 1141238.772 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748743 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 47076 | | 4930178 | besdb_user | 172.24.150.131:45088 | bes_core | Killed | 1141 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 1141642.682 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748540 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27714 | | 4930179 | besdb_user | 172.24.150.131:28926 | bes_core | Killed | 1141 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 1141137.661 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748762 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 27716 | | 4928226 | besdb_user | 172.24.150.135:4899 | bes_core | Killed | 1141 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 1141213.305 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748753 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 110645 | | 4924495 | besdb_user | 172.24.150.133:25751 | bes_core | Killed | 1141 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 1141220.153 | 0 | 0 | 0.000 | 82024 | 2232512 | 0 | 1453748750 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 27738 | | 4930991 | besdb_user | 172.24.150.134:4906 | bes_core | Killed | 1141 | Update | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 1141644.237 | 0 | 0 | 0.000 | 82704 | 2232512 | 0 | 1453748538 | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 24989 | | 4867730 | besdb_user | 172.24.150.136:36760 | bes_core | Killed | 1141 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 1141064.266 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748775 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 40573 | | 4864868 | besdb_user | 172.24.150.133:36390 | bes_core | Killed | 1141 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 1141177.261 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748758 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 39767 | | 4863600 | besdb_user | 172.24.150.136:35840 | bes_core | Killed | 1141 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 1141065.924 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748774 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 16142 | | 4861560 | besdb_user | 172.24.150.131:8633 | bes_core | Killed | 1141 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 1141292.458 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748695 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 28763 | | 4861402 | besdb_user | 172.24.150.132:52106 | bes_core | Killed | 1141 | Update | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 1141643.356 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748539 | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 47096 | | 4581219 | besdb_user | 172.24.150.135:48131 | bes_core | Killed | 1141 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 1141261.584 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748723 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 43427 | | 4862109 | besdb_user | 172.24.150.133:52877 | bes_core | Killed | 1140 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 1140169.513 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748877 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 24991 | | 4582364 | besdb_user | 172.24.150.131:13386 | bes_core | Killed | 1140 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 1140291.669 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748868 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 31568 | | 4931047 | besdb_user | 172.24.150.131:43893 | bes_core | Query | 1139 | Updating | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 1139843.127 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748912 | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 46103 | | 4874920 | besdb_user | 172.24.150.133:24952 | bes_core | Killed | 1139 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 1139033.359 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453748991 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 105958 | | 4863677 | besdb_user | 172.24.150.135:2889 | bes_core | Killed | 1139 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 1139264.248 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748963 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 42459 | | 4932269 | besdb_user | 172.24.150.132:8838 | bes_core | Killed | 1138 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 1138181.211 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749247 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 24993 | | 4932165 | besdb_user | 172.24.150.132:37683 | bes_core | Killed | 1138 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 1138022.325 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749360 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 123429 | | 4932161 | besdb_user | 172.24.150.135:16376 | bes_core | Killed | 1138 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 1138106.600 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749288 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 26840 | | 4932160 | besdb_user | 172.24.150.131:51765 | bes_core | Killed | 1138 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 1138345.995 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749175 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 10854 | | 4931800 | besdb_user | 172.24.150.132:7318 | bes_core | Killed | 1138 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 1138459.570 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749082 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 24990 | | 4931572 | besdb_user | 172.24.150.132:4990 | bes_core | Query | 1138 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 1138181.197 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749248 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 126207 | | 4931574 | besdb_user | 172.24.150.132:16144 | bes_core | Killed | 1138 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 1138191.349 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749244 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 27777 | | 4931563 | besdb_user | 172.24.150.132:11720 | bes_core | Killed | 1138 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 1138453.140 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749091 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 14308 | | 4931551 | besdb_user | 172.24.150.135:38272 | bes_core | Killed | 1138 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 1138100.807 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749322 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 47106 | | 4931550 | besdb_user | 172.24.150.135:2162 | bes_core | Killed | 1138 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 1138100.905 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749321 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 27754 | | 4931529 | besdb_user | 172.24.150.131:58721 | bes_core | Killed | 1138 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 1138358.083 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749172 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 24998 | | 4931528 | besdb_user | 172.24.150.131:12026 | bes_core | Killed | 1138 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 1138345.980 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749176 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 39779 | | 4931494 | besdb_user | 172.24.150.135:47259 | bes_core | Killed | 1138 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 1138102.421 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749315 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 10432 | | 4931482 | besdb_user | 172.24.150.134:42384 | bes_core | Killed | 1138 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 1138385.848 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749163 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 36962 | | 4931469 | besdb_user | 172.24.150.134:30828 | bes_core | Killed | 1138 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 1138385.949 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749162 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 27736 | | 4931475 | besdb_user | 172.24.150.134:60912 | bes_core | Killed | 1138 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 1138389.915 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749158 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 25759 | | 4931470 | besdb_user | 172.24.150.132:62618 | bes_core | Killed | 1138 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 1138459.357 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749084 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 42427 | | 4931464 | besdb_user | 172.24.150.134:59611 | bes_core | Killed | 1138 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 1138385.804 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749164 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 7375 | | 4931460 | besdb_user | 172.24.150.132:63918 | bes_core | Killed | 1138 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 1138459.399 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749083 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 13435 | | 4931441 | besdb_user | 172.24.150.135:36808 | bes_core | Killed | 1138 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 1138103.189 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749312 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 14311 | | 4931445 | besdb_user | 172.24.150.132:51526 | bes_core | Killed | 1138 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 1138030.453 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749359 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 10490 | | 4931436 | besdb_user | 172.24.150.135:1931 | bes_core | Killed | 1138 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 1138100.325 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749323 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 27767 | | 4931434 | besdb_user | 172.24.150.132:23115 | bes_core | Killed | 1138 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 1138036.589 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749345 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 41601 | | 4931430 | besdb_user | 172.24.150.135:50866 | bes_core | Killed | 1138 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 1138097.576 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749325 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 27762 | | 4865467 | besdb_user | 172.24.150.132:51204 | bes_core | Killed | 1138 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 1138660.528 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453749035 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 94129 | | 4932297 | besdb_user | 172.24.150.131:40199 | bes_core | Killed | 1137 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 1137395.111 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749514 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 13434 | | 4932162 | besdb_user | 172.24.150.135:42574 | bes_core | Killed | 1137 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 1137095.154 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749671 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 126210 | | 4932167 | besdb_user | 172.24.150.132:30079 | bes_core | Killed | 1137 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 1137311.633 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749572 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 108798 | | 4932166 | besdb_user | 172.24.150.131:14502 | bes_core | Killed | 1137 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 1137780.880 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749442 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 39770 | | 4932163 | besdb_user | 172.24.150.135:39844 | bes_core | Killed | 1137 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 1137719.778 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749451 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 47410 | | 4931638 | besdb_user | 172.24.150.136:10345 | bes_core | Killed | 1137 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 1137262.116 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749606 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 47876 | | 4931584 | besdb_user | 172.24.150.132:38239 | bes_core | Killed | 1137 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 1137244.123 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749628 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 47812 | | 4931568 | besdb_user | 172.24.150.135:50070 | bes_core | Killed | 1137 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 1137301.830 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749583 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 46962 | | 4931569 | besdb_user | 172.24.150.135:61878 | bes_core | Killed | 1137 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 1137882.881 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749388 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 27770 | | 4931564 | besdb_user | 172.24.150.132:2616 | bes_core | Killed | 1137 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 1137293.263 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749594 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 109658 | | 4931533 | besdb_user | 172.24.150.131:49362 | bes_core | Killed | 1137 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 1137814.792 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749400 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 82558 | | 4931517 | besdb_user | 172.24.150.136:22293 | bes_core | Killed | 1137 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 1137662.677 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749479 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 10377 | | 4931515 | besdb_user | 172.24.150.136:37517 | bes_core | Killed | 1137 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 1137672.439 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749472 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 122435 | | 4931518 | besdb_user | 172.24.150.135:60461 | bes_core | Killed | 1137 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 1137954.927 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749381 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 42428 | | 4931512 | besdb_user | 172.24.150.135:22489 | bes_core | Killed | 1137 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 1137948.583 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749387 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 15312 | | 4931479 | besdb_user | 172.24.150.135:28158 | bes_core | Killed | 1137 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 1137308.506 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749574 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 108823 | | 4931447 | besdb_user | 172.24.150.131:12683 | bes_core | Killed | 1137 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 1137781.132 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749440 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 23160 | | 4931481 | besdb_user | 172.24.150.131:37629 | bes_core | Killed | 1137 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 1137418.450 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749503 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 13439 | | 4931480 | besdb_user | 172.24.150.134:3300 | bes_core | Killed | 1137 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 1137382.936 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749530 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 42425 | | 4931450 | besdb_user | 172.24.150.136:51840 | bes_core | Killed | 1137 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 1137259.872 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749608 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 108790 | | 4931461 | besdb_user | 172.24.150.132:28363 | bes_core | Killed | 1137 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 1137294.115 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749593 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 10410 | | 4931465 | besdb_user | 172.24.150.134:40874 | bes_core | Killed | 1137 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 1137373.405 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749532 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 47869 | | 4931444 | besdb_user | 172.24.150.132:1852 | bes_core | Killed | 1137 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 1137036.896 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749700 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 109675 | | 4931419 | besdb_user | 172.24.150.131:27850 | bes_core | Killed | 1137 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 1137779.809 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749443 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 78455 | | 4931443 | besdb_user | 172.24.150.132:2269 | bes_core | Killed | 1137 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 1137035.854 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749701 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 10485 | | 4931432 | besdb_user | 172.24.150.131:56755 | bes_core | Killed | 1137 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153620_932_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:20.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153620_932_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'48FF71915F02B896',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.394000')) | 1137006.240 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749723 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153620_932_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:20.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153620_932_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'48FF71915F02B896',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.394000')) | 27764 | | 4931431 | besdb_user | 172.24.150.135:57090 | bes_core | Killed | 1137 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_901_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153526_901_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'9EEA6E9C57869B42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.274000')) | 1137100.340 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749667 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_901_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153526_901_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'9EEA6E9C57869B42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.274000')) | 125284 | | 4931429 | besdb_user | 172.24.150.135:63928 | bes_core | Killed | 1137 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153614_334_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153614_334_03',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'2BC028FCA622C1DB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.373000')) | 1137095.476 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749670 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153614_334_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153614_334_03',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'2BC028FCA622C1DB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.373000')) | 78514 | | 4931424 | besdb_user | 172.24.150.131:48927 | bes_core | Killed | 1137 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 1137781.013 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749441 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 27756 | | 4931427 | besdb_user | 172.24.150.132:10746 | bes_core | Killed | 1137 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 1137798.516 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749410 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 40590 | | 4931425 | besdb_user | 172.24.150.135:23187 | bes_core | Killed | 1137 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153608_147_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:08.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153608_147_04',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:56.000000'),'DA8A1E743C4BA6B4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.358000')) | 1137066.221 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749679 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153608_147_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:08.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153608_147_04',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:56.000000'),'DA8A1E743C4BA6B4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.358000')) | 40612 | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ [OK] 2023-02-20 15:58:02 cleanup files older than 4 days [OK] 2023-02-20 15:59:01 get sessions summary select user, SUBSTR(host, 1, INSTR(host, ':') - 1) host, db, command, count(*) from information_schema.PROCESSLIST group by 1,2,3,4 order by count(*) desc, 1,2,3,4 +----------------------+-------------------------------------------------+--------------------+---------+----------+ | user | host | db | command | count(*) | +----------------------+-------------------------------------------------+--------------------+---------+----------+ | besdb_user | 172.24.150.136 | bes_core | Killed | 1459 | | besdb_user | 172.24.150.134 | bes_core | Killed | 1428 | | besdb_user | 172.24.150.132 | bes_core | Killed | 1052 | | besdb_user | 172.24.150.131 | bes_core | Killed | 929 | | besdb_user | 172.24.150.135 | bes_core | Killed | 835 | | besdb_user | 172.24.150.133 | bes_core | Killed | 312 | | besdb_user | 172.24.150.136 | bes_core | Query | 91 | | besdb_user | 172.24.150.135 | bes_core | Query | 70 | | besdb_user | 172.24.150.131 | bes_core | Query | 69 | | system user | | NULL | Sleep | 65 | | besdb_user | 172.24.150.134 | bes_core | Query | 58 | | besdb_user | 172.24.150.132 | bes_core | Query | 57 | | besdb_user | 172.24.150.136 | bes_core | Sleep | 47 | | besdb_user | 172.24.150.134 | bes_core | Sleep | 42 | | besdb_user | 172.24.150.132 | bes_core | Sleep | 39 | | besdb_user | 172.24.150.135 | bes_core | Sleep | 29 | | besdb_user | 172.24.150.133 | bes_core | Query | 27 | | besdb_user | 172.24.150.133 | bes_core | Sleep | 22 | | besdb_user | 172.24.150.131 | bes_core | Sleep | 16 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Execute | 9 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Execute | 9 | | gcis_pmm | t1vdbs-gcissc-pmm01.dbaas.gcisdctr.hksarg | NULL | Sleep | 3 | | unauthenticated user | 172.24.150.134 | NULL | Connect | 2 | | unauthenticated user | 172.24.150.136 | NULL | Connect | 2 | | besdb_owner | 172.24.150.130 | bes_core | Sleep | 1 | | besdb_owner | 172.24.150.131 | NULL | Sleep | 1 | | besdb_owner | 172.24.150.131 | bes_core | Sleep | 1 | | besdb_user | 172.24.150.134 | NULL | Connect | 1 | | gcis_dbmon | | NULL | Sleep | 1 | | gcis_dbmon | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | information_schema | Sleep | 1 | | gcis_dbmon | t2vdbs-gcissc-writetest02.dbaas.gcisdctr.hksarg | information_schema | Sleep | 1 | | root | | NULL | Query | 1 | | unauthenticated user | 172.24.150.135 | NULL | Connect | 1 | | unauthenticated user | t1vdbs-gcissc-haproxy02a.dbaas.gcisdctr.hksarg | NULL | Connect | 1 | | unauthenticated user | t1vdbs-gcissc-writetest01.dbaas.gcisdctr.hksarg | NULL | Connect | 1 | +----------------------+-------------------------------------------------+--------------------+---------+----------+ [OK] 2023-02-20 15:59:01 get non-sleep session details (limit 100) select * from information_schema.PROCESSLIST where lower(command) <> 'sleep' and user not in ('root') order by time desc limit 100 +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | ID | USER | HOST | DB | COMMAND | TIME | STATE | INFO | TIME_MS | STAGE | MAX_STAGE | PROGRESS | MEMORY_USED | MAX_MEMORY_USED | EXAMINED_ROWS | QUERY_ID | INFO_BINARY | TID | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+ | 4902928 | besdb_user | 172.24.150.131:4947 | bes_core | Query | 17694 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17694664.620 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448048927 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16687 | | 4903072 | besdb_user | 172.24.150.133:62214 | bes_core | Query | 17636 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17636425.804 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448070117 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7190 | | 4901701 | besdb_user | 172.24.150.131:51895 | bes_core | Query | 17570 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 17570172.249 | 0 | 0 | 0.000 | 312936 | 312936 | 0 | 1448093473 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:11.915775') AND timestamp('2023-02-21 11:06:10.915775')) | 125966 | | 4902932 | besdb_user | 172.24.150.131:52111 | bes_core | Query | 17563 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 17563538.366 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094386 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:18.548648') AND timestamp('2023-02-21 11:06:17.548648')) | 6406 | | 4903028 | besdb_user | 172.24.150.131:50523 | bes_core | Query | 17562 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17562622.408 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094403 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 16592 | | 4903350 | besdb_user | 172.24.150.131:28717 | bes_core | Query | 17561 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 17561113.736 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094425 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.940557') AND timestamp('2023-02-21 11:06:19.940557')) | 18608 | | 4903348 | besdb_user | 172.24.150.131:16301 | bes_core | Query | 17561 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 17561537.074 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448094418 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:20.411321') AND timestamp('2023-02-21 11:06:19.411321')) | 125975 | | 4900170 | besdb_user | 172.24.150.135:4414 | bes_core | Query | 17560 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 17560980.333 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448094429 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:06:21.106049') AND timestamp('2023-02-21 11:06:20.106049')) | 18606 | | 4899653 | besdb_user | 172.24.150.132:37160 | bes_core | Query | 17509 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 17509919.669 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448109642 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:12.181936') AND timestamp('2023-02-21 11:07:11.181936')) | 21606 | | 4903534 | besdb_user | 172.24.150.136:32905 | bes_core | Query | 17503 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 17503276.625 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110078 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:18.632432') AND timestamp('2023-02-21 11:07:17.632432')) | 16581 | | 4900251 | besdb_user | 172.24.150.136:1816 | bes_core | Query | 17502 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 17502446.597 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110104 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:19.638921') AND timestamp('2023-02-21 11:07:18.638921')) | 16683 | | 4903538 | besdb_user | 172.24.150.136:22899 | bes_core | Query | 17500 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 17500765.406 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110152 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:20.712849') AND timestamp('2023-02-21 11:07:19.712849')) | 21750 | | 4903473 | besdb_user | 172.24.150.131:56349 | bes_core | Query | 17497 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 17497951.624 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448110523 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.138990') AND timestamp('2023-02-21 11:07:23.138990')) | 21749 | | 4896788 | besdb_user | 172.24.150.133:54220 | bes_core | Query | 17497 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 17497899.632 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448110539 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:07:24.183708') AND timestamp('2023-02-21 11:07:23.183708')) | 21620 | | 4903253 | besdb_user | 172.24.150.133:26423 | bes_core | Query | 17449 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 17449675.367 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132092 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:12.432774') AND timestamp('2023-02-21 11:08:11.432774')) | 22086 | | 4903682 | besdb_user | 172.24.150.133:40949 | bes_core | Query | 17443 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 17443163.966 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132209 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:18.878897') AND timestamp('2023-02-21 11:08:17.878897')) | 3494 | | 4903488 | besdb_user | 172.24.150.135:43269 | bes_core | Query | 17442 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 17442407.316 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132219 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:19.695456') AND timestamp('2023-02-21 11:08:18.695456')) | 21812 | | 4903483 | besdb_user | 172.24.150.131:1733 | bes_core | Query | 17441 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 17441337.283 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132230 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:20.769797') AND timestamp('2023-02-21 11:08:19.769797')) | 119221 | | 4903693 | besdb_user | 172.24.150.131:44070 | bes_core | Query | 17437 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17437792.153 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132439 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 7236 | | 4903691 | besdb_user | 172.24.150.131:56990 | bes_core | Query | 17437 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 17437814.875 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448132435 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:08:24.267995') AND timestamp('2023-02-21 11:08:23.267995')) | 62626 | | 4898908 | besdb_user | 172.24.150.131:6689 | bes_core | Query | 17389 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 17389587.091 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448142635 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 AND (tbsn.dt_trxn_datetime BETWEEN timestamp('2022-02-20 11:09:12.506184') AND timestamp('2023-02-21 11:09:11.506184')) | 20592 | | 4903687 | besdb_user | 172.24.150.133:49692 | bes_core | Query | 17258 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17258116.581 | 0 | 0 | 0.000 | 312920 | 312920 | 0 | 1448179492 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 24391 | | 4900055 | besdb_user | 172.24.150.136:57680 | bes_core | Query | 17243 | Sending data | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 17243276.461 | 0 | 0 | 0.000 | 312944 | 312944 | 0 | 1448188093 | SELECT tbctd.bi_acct_id, tbsn.dt_trxn_datetime, tbtp.vc_toll_point_code, CASE WHEN tbbd.ti_billing_status_id IS NOT NULL THEN 'Paid' WHEN tbbd.ti_billing_status_id IS NULL THEN 'Outstanding' END AS payment_status, tbisn.vc_surcharge_notice_id AS isn_no, tbisn.dt_issue_datetime AS isn_issue_date, tbisn.vc_surcharge_notice_status AS isn_status, tbfsn.vc_surcharge_notice_id AS fsn_no, tbfsn.dt_issue_datetime AS fsn_issue_date, tbfsn.vc_surcharge_notice_status AS fsn_status FROM tb_surcharge_notice tbsn LEFT JOIN tb_bes_cust_trxn_detail tbctd ON tbctd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id LEFT JOIN tb_toll_point tbtp ON tbtp.ti_toll_point_id = tbsn.ti_toll_point_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 1 ) tbisn ON tbisn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT snd.bi_surcharge_notice_id, snd.vc_surcharge_notice_id, snd.dt_issue_datetime, sns.vc_surcharge_notice_status, sns.ti_surcharge_notice_status_id FROM tb_surcharge_notice_detail snd LEFT JOIN lut_surcharge_notice_status sns ON sns.ti_surcharge_notice_status_id = snd.ti_surcharge_notice_status_id WHERE snd.ti_surcharge_notice_type_id = 2 ) tbfsn ON tbfsn.bi_surcharge_notice_id = tbsn.bi_surcharge_notice_id LEFT JOIN( SELECT tbb.ti_billing_status_id, tbbd.bi_bes_cust_trxn_detail_id FROM tb_billing_detail tbbd LEFT JOIN tb_billing tbb ON tbb.bi_billing_id = tbbd.bi_billing_id WHERE tbb.ti_billing_status_id = 3 ) tbbd ON tbbd.bi_bes_cust_trxn_detail_id = tbsn.bi_orig_bes_cust_trxn_detail_id WHERE tbctd.bi_acct_id=7168075 | 20551 | | 4932094 | besdb_user | 172.24.150.132:42964 | bes_core | Killed | 1200 | Update | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 1200734.760 | 0 | 0 | 0.000 | 82024 | 82024 | 0 | 1453748629 | INSERT INTO tb_bes_op_status_upload_hist (ti_upload_toll_domain_id, bi_bes_env_id, i_op_status, vc_create_user_id, vc_update_user_id) VALUES ('9', '3', '0', 'DASTSC1', 'DASTSC1') | 27699 | | 4931904 | besdb_user | 172.24.150.134:6442 | bes_core | Killed | 1200 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 1200728.453 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748635 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_461_04','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27712 | | 4931766 | besdb_user | 172.24.150.133:58259 | bes_core | Killed | 1200 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 1200949.745 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748547 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152949_669_03', 202302, timestamp('2023-02-20 15:29:49.000000'), 1, sysdate(3)) | 92638 | | 4931667 | besdb_user | 172.24.150.136:42237 | bes_core | Query | 1200 | Updating | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 1200804.889 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748603 | Update tb_message_queue set ti_Status = 2, dt_Last_Send_DateTime = timestamp('2023-02-20 15:39:01.000000') where bi_ID = 28056439 | 40613 | | 4930257 | besdb_user | 172.24.150.131:48337 | bes_core | Killed | 1200 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 1200576.783 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748743 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152946_042_04', 202302, timestamp('2023-02-20 15:29:46.000000'), 1, sysdate(3)) | 47076 | | 4930178 | besdb_user | 172.24.150.131:45088 | bes_core | Killed | 1200 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 1200980.693 | 0 | 0 | 0.000 | 82024 | 2180344 | 0 | 1453748540 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('SMT_SMT1_230220153530_256_03','202302',timestamp('2023-02-20 15:35:30.000000'),1) | 27714 | | 4930179 | besdb_user | 172.24.150.131:28926 | bes_core | Killed | 1200 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 1200475.672 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748762 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('SMT_SMT2_230220153733_797_01', 202302, timestamp('2023-02-20 15:37:33.000000'), 1, sysdate(3)) | 27716 | | 4928226 | besdb_user | 172.24.150.135:4899 | bes_core | Killed | 1200 | Update | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 1200551.316 | 0 | 0 | 0.000 | 82024 | 2871848 | 0 | 1453748753 | insert ignore into tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_cust_trxn, dt_create_datetime ) values ('LRT_LRT1_230220152922_917_04', 202302, timestamp('2023-02-20 15:29:22.000000'), 1, sysdate(3)) | 110645 | | 4924495 | besdb_user | 172.24.150.133:25751 | bes_core | Killed | 1200 | Update | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 1200558.164 | 0 | 0 | 0.000 | 82024 | 2232512 | 0 | 1453748750 | INSERT IGNORE INTO tb_bes_posted_evid_trip (vc_evidence_id, i_yyyymm, dt_trxn_datetime, b_mir) VALUES ('LRT_LRT1_230220152920_863_04','202302',timestamp('2023-02-20 15:29:20.000000'),1) | 27738 | | 4930991 | besdb_user | 172.24.150.134:4906 | bes_core | Killed | 1200 | Update | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 1200982.248 | 0 | 0 | 0.000 | 82704 | 2232512 | 0 | 1453748538 | INSERT INTO bes_core.tb_mir_media_photo (bi_mirp_id,vc_mir_id,bi_mird_id,d_reporting_date,i_vrm_seq,i_image_seq,vc_photo_type,vc_camera_position,vc_photo_start_coord,vc_photo_end_coord,vc_photo_file_name,vc_last_update_by) VALUES (0,'MR23022000083569',19662874,timestamp('2023-02-20 00:00:00.000000'),0,1,'CLOSEUP','FRONT','285','1668','59093359_1.jpg','MIR_SERVICE') | 24989 | | 4867730 | besdb_user | 172.24.150.136:36760 | bes_core | Killed | 1200 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 1200402.277 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748775 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856940','LRT_LRT1_230220152929_975_03',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','3','Kowloon',6,'00100001','00000101','00000000','1641AA8C6D38043C',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:01.399000')) | 40573 | | 4864868 | besdb_user | 172.24.150.133:36390 | bes_core | Killed | 1200 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 1200515.272 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748758 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858161','LRT_LRT1_230220152947_555_02',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','2','Kowloon',6,'00100001','00110101','00000000','AD4B49B730D1EE95',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:01.350000')) | 39767 | | 4863600 | besdb_user | 172.24.150.136:35840 | bes_core | Killed | 1200 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 1200403.935 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748774 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857193','LRT_LRT1_230220152933_212_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:33.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','C9180233537A2887',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.961000')) | 16142 | | 4861560 | besdb_user | 172.24.150.131:8633 | bes_core | Killed | 1200 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 1200630.469 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748695 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858362','LRT_LRT1_230220152948_803_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:48.000000'),'LRT1','4','Kowloon',6,'00100000','00000101','00000010','CC8F919B8C78F821',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:00.609000')) | 28763 | | 4861402 | besdb_user | 172.24.150.132:52106 | bes_core | Killed | 1200 | Update | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 1200981.367 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748539 | INSERT INTO tb_das_evid_image_obj (bi_das_evid_obj_id,i_image_seq,i_vrm_seq,vc_cam_id,vc_image_type,vc_image_direction,i_coordinate_x_to_mask,i_coordinate_y_to_mask,i_width_to_mask,i_height_to_mask,i_coordinate_x_to_plate,i_coordinate_y_to_plate,i_width_to_plate,i_height_to_plate,vc_image_filename,vc_interpreted_vrm,dc_plate_find_confidence,dc_plate_read_confidence,i_recommended) VALUES (59093383,2,0,'LRT1-ANPR201','MASKED','FRONT',NULL,NULL,687,1029,1079,1773,NULL,56,'LRT_LRT1_230220152925_274_02_2.jpg','oCv8B/1Y7kcFqztLTSErYg==',0.0,98.0,0) | 47096 | | 4581219 | besdb_user | 172.24.150.135:48131 | bes_core | Killed | 1200 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 1200599.595 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748723 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857320','LRT_LRT1_230220152934_808_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:34.000000'),'LRT1','4','Kowloon',6,'00100001','00000101','00000000','B548869C58C63C32',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:00.837000')) | 43427 | | 4931047 | besdb_user | 172.24.150.131:43893 | bes_core | Query | 1199 | Updating | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 1199181.138 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453748912 | Update bes_core.tb_acct_dsva_acc_bal set dc_acc_bal = 2748.00, dc_acc_bal_before = 2756.00 , dt_latest_payment_date = timestamp('2023-02-20 15:39:02.932088') , vc_update_user_id = 'SYSTEM', dt_last_update_datetime = timestamp('2023-02-20 15:39:02.932082') where bi_acct_id = 3615901 | 46103 | | 4862109 | besdb_user | 172.24.150.133:52877 | bes_core | Killed | 1199 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 1199507.524 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748877 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153858274','LRT_LRT1_230220152947_573_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:47.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','61F71E5D0D78B878',6,timestamp('2023-02-20 15:38:58.000000'),timestamp('2023-02-20 15:39:02.489000')) | 24991 | | 4582364 | besdb_user | 172.24.150.131:13386 | bes_core | Killed | 1199 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 1199629.680 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748868 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153856769','LRT_LRT1_230220152929_358_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:29.000000'),'LRT1','4','Kowloon',6,'01000000','00000101','00000010','12C323AAF7DD4889',6,timestamp('2023-02-20 15:38:56.000000'),timestamp('2023-02-20 15:39:02.242000')) | 31568 | | 4874920 | besdb_user | 172.24.150.133:24952 | bes_core | Killed | 1198 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 1198371.370 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453748991 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('SMT_20230220_153903446', 'SMT_SMT1_230220153529_162_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:29.000000'),'SMT1','3','Sha Tin','SMT_SMT1_230220153529_162_03',1,42.0,'00101001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'37D75EBC1C72D347',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:03.684000')) | 105958 | | 4863677 | besdb_user | 172.24.150.135:2889 | bes_core | Killed | 1198 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 1198602.259 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453748963 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857084','LRT_LRT1_230220152930_797_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:30.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','8F007962C3B6B6A7',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:02.549000')) | 42459 | | 4932269 | besdb_user | 172.24.150.132:8838 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 1197519.222 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749247 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153402_483_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:02.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153402_483_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'F1186DEB226AA021',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.154000')) | 24993 | | 4932165 | besdb_user | 172.24.150.132:37683 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 1197360.336 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749360 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_975_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153433_975_03',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'587D972F324C8EC3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.201000')) | 123429 | | 4932166 | besdb_user | 172.24.150.131:14502 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 1197118.891 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749442 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153445_836_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:45.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153445_836_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'A98746C9A688E6A7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.215000')) | 39770 | | 4932163 | besdb_user | 172.24.150.135:39844 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 1197057.789 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749451 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153429_598_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:29.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153429_598_05',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'B94DC181E1521E59',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.195000')) | 47410 | | 4932161 | besdb_user | 172.24.150.135:16376 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 1197444.611 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749288 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153425_312_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:25.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153425_312_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B8AA26E5327F38C6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.184000')) | 26840 | | 4932160 | besdb_user | 172.24.150.131:51765 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 1197684.006 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749175 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153412_120_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:12.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153412_120_03',0,87.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'3619388835AD9101',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.166000')) | 10854 | | 4931800 | besdb_user | 172.24.150.132:7318 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 1197797.581 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749082 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_854_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153517_854_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'3B5EC7A7BF2BA168',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.254000')) | 24990 | | 4931572 | besdb_user | 172.24.150.132:4990 | bes_core | Query | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 1197519.208 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749248 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153404_346_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:04.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153404_346_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'A15DEA3163089E96',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.158000')) | 126207 | | 4931569 | besdb_user | 172.24.150.135:61878 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 1197220.892 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749388 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153401_317_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:01.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153401_317_04',0,99.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'DBFB0E9F3035C882',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.151000')) | 27770 | | 4931574 | besdb_user | 172.24.150.132:16144 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 1197529.360 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749244 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153356_027_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153356_027_05',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'E99925D51B0E3B11',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.148000')) | 27777 | | 4931563 | besdb_user | 172.24.150.132:11720 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 1197791.151 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749091 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153519_858_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:19.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153519_858_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'2DEC5B4D6B4B5A81',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.260000')) | 14308 | | 4931533 | besdb_user | 172.24.150.131:49362 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 1197152.803 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749400 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153421_186_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:21.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153421_186_05',0,93.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'DE4FA8BF23D703CE',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.175000')) | 82558 | | 4931551 | besdb_user | 172.24.150.135:38272 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 1197438.818 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749322 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_267_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153456_267_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B5AAE929D7B5D698',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.233000')) | 47106 | | 4931550 | besdb_user | 172.24.150.135:2162 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 1197438.916 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749321 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153458_955_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:58.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153458_955_04',0,99.0,'01000000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8BA703A6D01C1D18',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.242000')) | 27754 | | 4931517 | besdb_user | 172.24.150.136:22293 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 1197000.688 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749479 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153414_750_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:14.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153414_750_03',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E385732773F4FEA2',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.170000')) | 10377 | | 4931515 | besdb_user | 172.24.150.136:37517 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 1197010.450 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749472 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153344_158_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:44.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153344_158_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'AF988388163ABD7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.136000')) | 122435 | | 4931529 | besdb_user | 172.24.150.131:58721 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 1197696.094 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749172 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153411_572_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:11.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153411_572_05',0,89.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'B3054163B6C39585',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.163000')) | 24998 | | 4931528 | besdb_user | 172.24.150.131:12026 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 1197683.991 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749176 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153420_760_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:20.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153420_760_03',1,59.0,'00100001','00110100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'86CA00AF6EE22B9B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.172000')) | 39779 | | 4931518 | besdb_user | 172.24.150.135:60461 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 1197292.938 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749381 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153516_880_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153516_880_04',1,94.0,'00100000','00110100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'D323B8E068221A98',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.249000')) | 42428 | | 4931512 | besdb_user | 172.24.150.135:22489 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 1197286.594 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749387 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153533_335_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153533_335_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'A9D3F35D4DB7B8A4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.289000')) | 15312 | | 4931447 | besdb_user | 172.24.150.131:12683 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 1197119.143 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749440 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153423_890_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:23.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153423_890_04',0,90.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'D4BD567FC8AB292E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.178000')) | 23160 | | 4931494 | besdb_user | 172.24.150.135:47259 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 1197440.432 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749315 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153349_139_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153349_139_04',0,87.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'31A6D9F22352A739',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.142000')) | 10432 | | 4931482 | besdb_user | 172.24.150.134:42384 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 1197723.859 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749163 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_047_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153526_047_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'AD2D625C95CE99EF',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.271000')) | 36962 | | 4931469 | besdb_user | 172.24.150.134:30828 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 1197723.960 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749162 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153340_186_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:40.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153340_186_04',0,92.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'87815C84B40C67C3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.132000')) | 27736 | | 4931475 | besdb_user | 172.24.150.134:60912 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 1197727.926 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749158 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153455_430_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:55.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153455_430_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'E861CACEA9111734',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.230000')) | 25759 | | 4931470 | besdb_user | 172.24.150.132:62618 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 1197797.368 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749084 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153517_512_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:17.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153517_512_03',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'8706D95FDDDFDBD5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.251000')) | 42427 | | 4931464 | besdb_user | 172.24.150.134:59611 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 1197723.815 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749164 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153524_333_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153524_333_05',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'DEF9FC9C937EA199',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.268000')) | 7375 | | 4931460 | besdb_user | 172.24.150.132:63918 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 1197797.410 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749083 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153444_300_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:44.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153444_300_04',0,93.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'8B3DFBC3A215DC7A',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.212000')) | 13435 | | 4931441 | besdb_user | 172.24.150.135:36808 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 1197441.200 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749312 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153427_801_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:27.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153427_801_04',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'EFECF1ACDFC07F4B',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.190000')) | 14311 | | 4931419 | besdb_user | 172.24.150.131:27850 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 1197117.820 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749443 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153452_651_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:52.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153452_651_05',0,95.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'B1B9E31A18DCDCC6',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.224000')) | 78455 | | 4931445 | besdb_user | 172.24.150.132:51526 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 1197368.464 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749359 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153433_865_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:33.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153433_865_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'2067B115ADC63B62',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.198000')) | 10490 | | 4931436 | besdb_user | 172.24.150.135:1931 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 1197438.336 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749323 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153424_174_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:24.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153424_174_05',0,83.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'E026B35314BC468E',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.181000')) | 27767 | | 4931434 | besdb_user | 172.24.150.132:23115 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 1197374.600 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749345 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153438_038_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:38.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153438_038_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'884401B5E09F822C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.207000')) | 41601 | | 4931430 | besdb_user | 172.24.150.135:50866 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 1197435.587 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749325 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153456_558_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:56.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153456_558_05',0,92.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'A23B239D053FB819',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.236000')) | 27762 | | 4931424 | besdb_user | 172.24.150.131:48927 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 1197119.024 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749441 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153449_400_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:49.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153449_400_04',0,99.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:52.000000'),'857116C280E691D0',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.218000')) | 27756 | | 4931427 | besdb_user | 172.24.150.132:10746 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 1197136.527 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749410 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153354_487_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:54.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153354_487_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'EC081148879CC94C',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.145000')) | 40590 | | 4931418 | besdb_user | 172.24.150.135:36684 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 1197298.455 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749367 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153531_044_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:31.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153531_044_04',0,85.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'9050FAAE3982AEFB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.286000')) | 31422 | | 4865467 | besdb_user | 172.24.150.132:51204 | bes_core | Killed | 1197 | Update | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 1197998.539 | 0 | 0 | 0.000 | 82024 | 118840 | 0 | 1453749035 | INSERT INTO tb_das_evid_obj (vc_upload_id, vc_evidence_id,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,i_vrs_cam_num,vc_exception_logical,vc_exception_performance,vc_exception_others,vc_crc_check_sum,i_image_list_count,dt_das_upload_time,dt_api_rcv_time) VALUES ('LRT_20230220_153857521','LRT_LRT1_230220152938_969_04',timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:29:38.000000'),'LRT1','4','Kowloon',6,'01100000','00000101','00000010','63D272AE8A867F73',6,timestamp('2023-02-20 15:38:57.000000'),timestamp('2023-02-20 15:39:03.311000')) | 94129 | | 4932026 | besdb_user | 172.24.150.133:58090 | bes_core | Killed | 1196 | Updating | Update bes_core.tb_otp Set i_retry_count = i_retry_count + 1 WHERE bi_otp_id = 989059 | 1196128.791 | 0 | 0 | 0.000 | 86104 | 90184 | 1 | 1453749741 | Update bes_core.tb_otp Set i_retry_count = i_retry_count + 1 WHERE bi_otp_id = 989059 | 47105 | | 4932297 | besdb_user | 172.24.150.131:40199 | bes_core | Killed | 1196 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 1196733.122 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749514 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_301_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153536_301_04',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'6FBF43F56F4594AA',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.301000')) | 13434 | | 4932162 | besdb_user | 172.24.150.135:42574 | bes_core | Killed | 1196 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 1196433.165 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749671 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153428_367_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:28.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153428_367_05',0,97.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'CA965DA20F3D2560',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.193000')) | 126210 | | 4932167 | besdb_user | 172.24.150.132:30079 | bes_core | Killed | 1196 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 1196649.644 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749572 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153406_971_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:06.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153406_971_04',0,96.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:50.000000'),'EC3D033739476DB3',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.160000')) | 108798 | | 4931638 | besdb_user | 172.24.150.136:10345 | bes_core | Killed | 1196 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 1196600.127 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749606 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153348_424_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:48.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153348_424_05',0,86.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:49.000000'),'955CCF0533B66E42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.139000')) | 47876 | | 4931584 | besdb_user | 172.24.150.132:38239 | bes_core | Killed | 1196 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 1196582.134 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749628 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153558_132_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:58.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153558_132_03',0,98.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'1193EAFF07476AE5',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.331000')) | 47812 | | 4931568 | besdb_user | 172.24.150.135:50070 | bes_core | Killed | 1196 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 1196639.841 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749583 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153557_479_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:57.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153557_479_04',0,88.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'7A2C2848A9BAFDC7',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.328000')) | 46962 | | 4931564 | besdb_user | 172.24.150.132:2616 | bes_core | Killed | 1196 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 1196631.274 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749594 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153534_256_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:34.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153534_256_04',0,96.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'2AA4853BADBDF7AC',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.292000')) | 109658 | | 4931479 | besdb_user | 172.24.150.135:28158 | bes_core | Killed | 1196 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 1196646.517 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749574 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153536_150_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:36.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153536_150_03',0,91.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:54.000000'),'ACF93FE33AA13DD9',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.298000')) | 108823 | | 4931481 | besdb_user | 172.24.150.131:37629 | bes_core | Killed | 1196 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 1196756.461 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749503 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153436_309_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:34:36.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153436_309_04',0,88.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:51.000000'),'6528D84214A26B03',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.204000')) | 13439 | | 4931480 | besdb_user | 172.24.150.134:3300 | bes_core | Killed | 1196 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 1196720.947 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749530 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153528_961_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:28.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153528_961_03',0,98.0,'00100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'BFD70EFE7E69E380',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.277000')) | 42425 | | 4931450 | besdb_user | 172.24.150.136:51840 | bes_core | Killed | 1196 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 1196597.883 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749608 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153339_208_03',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:33:39.000000'),'TSCA1','3','Sha Tin','TSCA_TSCA1_230220153339_208_03',0,99.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:48.000000'),'FE752B57D70E4B95',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.128000')) | 108790 | | 4931461 | besdb_user | 172.24.150.132:28363 | bes_core | Killed | 1196 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 1196632.126 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749593 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153521_055_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:21.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153521_055_04',0,96.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'4C9B61E5BE027DAB',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.262000')) | 10410 | | 4931465 | besdb_user | 172.24.150.134:40874 | bes_core | Killed | 1196 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 1196711.416 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749532 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153545_201_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:45.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153545_201_05',0,18.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:55.000000'),'74E8BAF785F4EDBD',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.311000')) | 47869 | | 4931444 | besdb_user | 172.24.150.132:1852 | bes_core | Killed | 1196 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 1196374.907 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749700 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153616_915_04',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:16.000000'),'TSCA1','4','Sha Tin','TSCA_TSCA1_230220153616_915_04',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'107C0E1727398D41',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.379000')) | 109675 | | 4931443 | besdb_user | 172.24.150.132:2269 | bes_core | Killed | 1196 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 1196373.865 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749701 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153615_251_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:15.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153615_251_05',0,97.0,'00100001','00000100','00000000',0,'0',0.0,timestamp('2023-02-20 15:38:57.000000'),'134AF6923A6861D4',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.376000')) | 10485 | | 4931432 | besdb_user | 172.24.150.131:56755 | bes_core | Killed | 1196 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153620_932_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:20.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153620_932_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'48FF71915F02B896',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.394000')) | 1196344.251 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749723 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153620_932_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:36:20.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153620_932_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:58.000000'),'48FF71915F02B896',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.394000')) | 27764 | | 4931431 | besdb_user | 172.24.150.135:57090 | bes_core | Killed | 1196 | Update | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_901_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153526_901_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'9EEA6E9C57869B42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.274000')) | 1196438.351 | 0 | 0 | 0.000 | 82024 | 102472 | 0 | 1453749667 | INSERT INTO tb_das_trxn_obj (vc_upload_id, vc_trxn_id,i_trxn_seq,d_trxn_date,dt_trxn_time,vc_toll_point_id,vc_lane_id,vc_traffic_bound,vc_evidence_id,si_flagged,dc_spatial_matching_confidence,vc_exception_logical,vc_exception_performance,vc_exception_others,i_aods_taxi,vc_aods_image_id,dc_aods_confidence,dt_data_create_time,vc_crc_check_sum,dt_das_upload_time,dt_api_rcv_time) VALUES ('TSCA_20230220_153903474', 'TSCA_TSCA1_230220153526_901_05',1,timestamp('2023-02-20 00:00:00.000000'),timestamp('2023-02-20 15:35:26.000000'),'TSCA1','5','Sha Tin','TSCA_TSCA1_230220153526_901_05',0,94.0,'01100000','00000100','00000010',0,'0',0.0,timestamp('2023-02-20 15:38:53.000000'),'9EEA6E9C57869B42',timestamp('2023-02-20 15:39:03.000000'),timestamp('2023-02-20 15:39:04.274000')) | 125284 | +---------+------------+----------------------+----------+---------+-------+--------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------+-------+-----------+----------+-------------+-----------------+---------------+------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+